From a17b96a526226609dcdaccf9388407c5de8d15c7 Mon Sep 17 00:00:00 2001 From: Jack Case Date: Sun, 19 Oct 2025 17:26:25 +0000 Subject: [PATCH] setup debug --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..4b8dde7 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Python Debugger: Module", + "type": "debugpy", + "request": "launch", + "module": "slopserver.server" + } + ] +} \ No newline at end of file