Breaking execution after continue command

View: New views
1 Messages — Rating Filter:   Alert me  

Breaking execution after continue command

by NarenB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 !!