Re: Help required, Debug Dll using cygwin GDB with an exe compiled with MSVC .NET

2004-11-05 Thread Christopher Faylor
On Sat, Nov 06, 2004 at 07:40:40AM +0500, Sheraz Attari wrote: >I need some help regarding gdb! >I've a dll which is build with cygwin g++ with -g option, I want to debug >that dll and the > >application that is using this dll is compiled with MSVC 7, any way to >achieve that ? No. There's no w

Help required, Debug Dll using cygwin GDB with an exe compiled with MSVC .NET

2004-11-05 Thread Sheraz Attari
I need some help regarding gdb! I've a dll which is build with cygwin g++ with -g option, I want to debug that dll and the application that is using this dll is compiled with MSVC 7, any way to achieve that ? What I get till now is: Start gdb.exe to debug dll as: gdb.exe Script1.dll put breakpoi