Debugger not starting #547
Replies: 4 comments 3 replies
-
I have managed to fix it but this seems more like a hack, deleting the debugserver inside bin. Maybe this should be added to the troubleshooting guide for now, I am also using macos Monterey, so that may be the cause. |
Beta Was this translation helpful? Give feedback.
-
This works for my new Macbook pro with monterey, be sure to delete the file /Users/myuser/.vscode/extensions/vadimcn.vscode-lldb-1.6.8/lldb/binary/debugserver |
Beta Was this translation helpful? Give feedback.
-
same for me; two days of googling after found this. should be in troubleshoot! (or should be fixed for monterey :) ) |
Beta Was this translation helpful? Give feedback.
-
please enable Developer Mode on your Mac by the command “sudo DevToolsSecurity -enable”. |
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to start the debugger but I keep getting two errors, one in the debug console "ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))" and another one about the debug server dying. The verbose log also talks about this and without verbose I get the error "[2021-10-16T16:11:45.210Z ERROR codelldb::debug_session] process exited with status -1 (debugserver died with signal SIGSEGV)". I am using cmake to build the file and this is my launch.json. The build file runs without debbuging perfectly.
The verbose log is
Beta Was this translation helpful? Give feedback.
All reactions