X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.inspircd.inc;h=cca512a97734aa2a495ad58a0ba8031e04d9d6f2;hb=98c867cf09343fa3161a1f6e712aa48299a33db8;hp=8b4aad32a7901a3e655b5b94445400af5ee25951;hpb=d7c9583c8ec819444efdb326d15b2ff92a881089;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index 8b4aad32a..cca512a97 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -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"); }