From 165c52cf44390abc16abe27cff7ee8f7d94a254f Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Thu, 5 Sep 2024 09:37:57 +0200 Subject: [PATCH] chg: updated launch.json --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 80be1f6..0a1cb80 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",