diff --git a/.devcontainer/.vscode/launch.json b/.devcontainer/.vscode/launch.json index 00b12ac4f..290f6573a 100644 --- a/.devcontainer/.vscode/launch.json +++ b/.devcontainer/.vscode/launch.json @@ -8,6 +8,13 @@ "processId": "${command:pickProcess}", "program": "/home/citus/.pgenv/pgsql/bin/postgres", "additionalSOLibSearchPath": "/home/citus/.pgenv/pgsql/lib", + "setupCommands": [ + { + "text": "handle SIGUSR1 noprint nostop pass", + "description": "let gdb not stop when SIGUSR1 is sent to process", + "ignoreFailures": true + } + ], }, ] }