David wrote: > > Hello, > > I run gdb in an XFree86 XTerm like this: > > gdb -nowindows mtest1_bin.exe -nx -command=mtest1.gdbinit > > This is fine except when I want to break into gdb to set a stop, > I normally use Cntl-C. When I do that in XFree86, it kills the > xwindows server. What is the workaround?
That's certainly not normal behavior. XFree86 is normally configured to kill the X server with Ctl+Alt+Backspace. If the keyboard focus is on the xterm, the Ctl+C should send the SIGINT to gdb. You haven't told us anything about what system you're running (Solaris? QNX?), what window manager you're using, what version of XFree86, or any unusual configuration you've done (xmodmap?). All I can do is assure you that that's not normal behavior for X11, it's got to be something weird in your configuration. -- Remember, more computing power was thrown away last week than existed in the world in 1982. -- http://www.tom.womack.net/computing/prices.html _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
