26 Oct
2010
26 Oct
'10
11:44 p.m.
On Wed, Oct 27, 2010 at 00:44, Andréas LIVET <andreas.livet(a)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. -- Remco