When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Hi,I am using Code::Blocks under Windows with MinGW. I assume that everyone who is doing the same has this annoying problem: You can't interrupt a running application in a debug session if you have no breakpoint set. Now I found a workaround for this problem:http://cygwin.com/ml/cygwin/2006-06/msg00321.htmlThere is the source code included for a small program that could interrupt a running debuged application. It's simple and it's working very well. Wouldn't it be a good idea to integrate it in C::B?-Kai
Rev.3678 contains this workaround, thanks for the tip kai7 .