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
ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))
Using CodeLLDB that comes with VScode ,Because Xcode's built-in lldb cannot enter the breakpoint
The text was updated successfully, but these errors were encountered:
modify file /Users/bianhao/.vscode/extensions/wangtao0101.debug-leetcode-0.2.3/out/src/debug/executor/cppExecutor.js. The type of in funtion getClangDefaultConfig is lldb.
Main reason: MAC uses lldb instead of cppdbg by default.
Debug ERROR
ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))
Using CodeLLDB that comes with VScode ,Because Xcode's built-in lldb cannot enter the breakpoint
The text was updated successfully, but these errors were encountered: