mirror of https://github.com/citusdata/citus.git
dont interrupt gdb on SIGUSR1
parent
fb8917d2a4
commit
1994c7553b
|
@ -8,6 +8,13 @@
|
||||||
"processId": "${command:pickProcess}",
|
"processId": "${command:pickProcess}",
|
||||||
"program": "/home/citus/.pgenv/pgsql/bin/postgres",
|
"program": "/home/citus/.pgenv/pgsql/bin/postgres",
|
||||||
"additionalSOLibSearchPath": "/home/citus/.pgenv/pgsql/lib",
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue