I am a WinDbg user trying to become familiar with GDB. After issuing a continue command (resuming program execution), while the program is running, is there a way I can break into the program ? Something like COntrol-Break in WinDbg ?
Can we break in the first place ? Or after saying continue, the only way we break is when the breakpoint that was previously set, gets hit ? Thanks !! -- View this message in context: http://www.nabble.com/Breaking-execution-after-continue-command-tp25322496p25322496.html Sent from the Gnu - gdb - General mailing list archive at Nabble.com.
