You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: macos 14.6.1
VSCode version: 1.96.2 in Cursor 0.46.6
CodeLLDB version: V1.11.4
Compiler: Apple clang version 15.0.0 (clang-1500.3.9.4), arm64-apple-darwin23.6.0
Debuggee: a c++ cmake program
Don't know. Display of debug configurations is handled entirely by VSCode.
I'd recommend trying the most barebone project configuration possible, see if it happens then. If it still does, maybe disable the extension that provides the other debug configurations. And so on...
OS: macos 14.6.1
VSCode version: 1.96.2 in Cursor 0.46.6
CodeLLDB version: V1.11.4
Compiler: Apple clang version 15.0.0 (clang-1500.3.9.4), arm64-apple-darwin23.6.0
Debuggee: a c++ cmake program
I use codelldb in launch.json as follows,
but the config does not show in run/debug pannel
But if I set the request from launch to attach as follows, it appears.
Is this a bug? I want to use request launch actually.
The text was updated successfully, but these errors were encountered: