codelldb icon indicating copy to clipboard operation
codelldb copied to clipboard

The application cannot start properly after switching to an external LLDB

Open Practice3DVision opened this issue 1 year ago • 0 comments

OS: Windows11 VSCode version: 1.78.2 CodeLLDB version: 1.10.0 Compiler: clang-x86_64-windows-msvc Debuggee: .exe

Problem description:

When I use the built-in lldb of Codelldb, everything debugging works normally.

However, when I replaced 'lldb' with an external lldb(lldb version 19.0.0git), the application could not start properly. It seems that the application has been blocking at the entrance, and I am unable to start running the program through any step buttons or commands.

Here is my runtime situation:

image

Practice3DVision avatar Apr 09 '24 11:04 Practice3DVision