On Tue, Nov 20, 2001 at 01:52:20PM +0530, vipin aravind wrote: > oops sorry the executeable was created as a.exe and gdb a worked > How do I get the prefix same as the source file.
gcc -o outputfilename ... > Is it possible to debug vc++ generated exe's? Not really. Microsoft is using a proprietary debug format (.pch files). You would be stuck with assembler debugging. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/