diff --git a/.vscode/launch.json b/.vscode/launch.json index 884a05d..f429342 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,9 @@ "type": "go", "request": "launch", "mode": "auto", - "program": "cmd/showbridge" + "program": "cmd/showbridge", + "args": ["--debug"], + "cwd": "./" } ] } \ No newline at end of file