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
I am trying to attach vscode to debug a specific lint. I ran cargo dev setup vscode-tasks (seems there are no docs for this), which created .vscode/tasks.json file, where I configured TESTNAME. The regular "run task" (non-debug) works fine. LLDB self test passes. But I can't figure out how to set up the same task to run under debugger for step-by-step analysis. I'm fairly new to vscode, so might be missing something obvious. Thanks!
My setup
Linux Mint 22, VSCode 1.96.4, CodeLLDB, rust analyzer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to attach vscode to debug a specific lint. I ran
cargo dev setup vscode-tasks
(seems there are no docs for this), which created.vscode/tasks.json
file, where I configuredTESTNAME
. The regular "run task" (non-debug) works fine. LLDB self test passes. But I can't figure out how to set up the same task to run under debugger for step-by-step analysis. I'm fairly new to vscode, so might be missing something obvious. Thanks!My setup
Linux Mint 22, VSCode 1.96.4, CodeLLDB, rust analyzer
Beta Was this translation helpful? Give feedback.
All reactions