diff --git a/.vscode/launch.json b/.vscode/launch.json index e2844e48..8d9d868d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,6 +32,15 @@ "launchCompleteCommand": "exec-run", "MIMode": "gdb", + + // Especially when working with the Query Handler "Broken Pipe" issues may occur. In this case it is useful to ignore SIGPIPE. + //"setupCommands": [ + // { + // "description": "Ignore SIGPIPE", + // "text": "handle SIGPIPE nostop noprint pass" + // } + //], + "miDebuggerPath": "/usr/bin/gdb", } ]