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
When I attempt to debug via the 'attach' method, the process hangs as soon as I select the PID. The usual debug toolbar in VS Code does not appear. Additionally, I am unable to click the debug button again; it becomes unresponsive and the only solution is to reload VS Code.
OS: Ubuntu 22.04.4 LTS
VSCode version: 1.87.2
CodeLLDB version: v1.10.0
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debuggee: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=64657ea1dab5a94d77880cab94c5084ab6cd6f38, for GNU/Linux 3.2.0, stripped
When I attempt to debug via the 'attach' method, the process hangs as soon as I select the PID. The usual debug toolbar in VS Code does not appear. Additionally, I am unable to click the debug button again; it becomes unresponsive and the only solution is to reload VS Code.
Verbose log
config:
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "attach",
"name": "Attach",
"pid": "${command:pickMyProcess}"
},
]
}
The text was updated successfully, but these errors were encountered: