Re: Breaking into a program before the main function

2003-05-31 Thread Christopher Faylor
On Fri, May 30, 2003 at 06:55:04PM -0700, Tron Thomas wrote: >I am writing a Win32 application using the Cygwin development tools. I >have a problem in that the program dies immediately when I try to run >it. I've tried debugging the program using GDB. I set a breakpoint at >the beginning of

Breaking into a program before the main function

2003-05-31 Thread Tron Thomas
I am writing a Win32 application using the Cygwin development tools. I have a problem in that the program dies immediately when I try to run it. I've tried debugging the program using GDB. I set a breakpoint at the beginning of the main function (WinMain). The program exits with a return co