vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

The application cannot start properly after switching to an external LLDB #1091

Open Practice3DVision opened 2 months ago

Practice3DVision commented 2 months ago

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