compile: clang debug tool: cpptools type/launch.json: cppdbg+lldb/MiMode
succecc
succecc
debug as the same as
debugging control panel fransh rollout debugging control panel display period for a moment: step over button do not show; step into button do not show; step out button do not show.
Variable or STL detection settings have no effect
can set breakpoints in main function, but debug ignore that as run do.
No output
Just like running notice, press any button to end
compile: clang debug tool: codelldb type/launch.json: lldb
succecc
succecc
Debugger adapter abnormally terminates
debugging control panel frensh exit debugging control panel display period for a moment: step over button do not show; step into button do not show; step out button do not show.
Variable or STL detection settings have no effect
can set breakpoints in main function, but debug ignore that as run do.
configuration: { name: 'Debug With LLDB', type: 'lldb', request: 'launch', program: '${fileDirname}/${fileBasenameNoExtension}', args: [], stopAtEntry: true, cwd: '${workspaceFolder}', environment: [], externalConsole: false, preLaunchTask: 'Compile With clang++', __configurationTarget: 5, relativePathBase: '/Users/yq/VSCode/CppProject/ms_vs_aus_doc_debug_test' } Listening on port 54343 Received signal: SIGSEGV 0: backtrace::backtrace::trace 1: backtrace::capture::Backtrace::new 2: codelldb::hook_crashes::handler 3: __os_alloc_heap
Debug adapter exit code=255, signal=null.
Terminal will be reused by tasks, press any key to close it.
Deprecate and uninstall C/C++ cpptools. This version 1.6.10
of CodeLLDB has
bugs, lower the version, choose 1.4.5
or 1.5.0
.