dont interrupt gdb on SIGUSR1

pull/7102/head
Nils Dijk 2023-09-26 11:47:16 +00:00
parent fb8917d2a4
commit 1994c7553b
1 changed files with 7 additions and 0 deletions

View File

@ -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
}
],
},
]
}