Skip to content

Commit

Permalink
chg: updated launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Sep 5, 2024
1 parent 696daa6 commit 165c52c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@
"args": "-c 1 parse ps",
"cwd": "${workspaceFolder}/"
},
{
"name": "Python Debugger: parse spindumpnosymbols",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/sysdiagnose.py",
"args": "-c 1 parse spindumpnosymbols",
"cwd": "${workspaceFolder}/"
},
{
"name": "Python Debugger: parse ps ALL",
"type": "debugpy",
Expand Down

0 comments on commit 165c52c

Please sign in to comment.