]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Die properly on included config file errors
[user/henk/code/inspircd.git] / .inspircd.inc
index 8b4aad32a7901a3e655b5b94445400af5ee25951..cca512a97734aa2a495ad58a0ba8031e04d9d6f2 100644 (file)
@@ -91,7 +91,7 @@ sub debug {
         # Check to see its not 'running' already.
         if (getstatus() == 1) { print "InspIRCd is already running.\n"; return 0; }
         # If we are still alive here.. Try starting the IRCd..
-        system("gdb --eval-command=\"handle SIGPIPE pass nostop noprint\" --eval-command=\"run\" --args $binpath/$executable -nofork -debug");
+        system("gdb --command=.gdbargs --args $binpath/$executable -nofork -debug");
 }