On Wed, Oct 27, 2010 at 00:44, Andréas LIVET andreas.livet@gmail.com wrote:
Other question, is there a way with winedbg to "pause" program execution without having set any breakpoint. In my case, I don't know where to put the breakpoint so I wanted to break the program execution and see where it ends.
Press Ctrl-C in the terminal where you run winedbg, or send the program you're debugging a SIGINT manually.