[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] Debug mode & Windows DLL

Hi all,

Since some days now, I have tried to employ the debug mode without success.
I am not sure that this is a CDT and/or Eclipse question...

I have a Managed Make C++ project designed to build a windows DLL. I use the Eclipse 3.1.2, CDT 3.2.1, MinGW 5.1.3, GCC 3.4.5 and GDB 5.2.1 tools suite.

With the command line, and after much of coffee, GDB works now. I can set breakpoints in my DLL, step line by line, show variables ...

But the Eclipse/CDT debug mode doesn't work. Eclipse keep the Step/Into/Over buttons disabled.
I must tell that : a basic helloworld.exe project is working well. But my project consists in building a DLL. The exe which load the DLL do not have any symbol.
An "int 3" in my DLL source code break the running DLL, Eclipse show the source code, but the step buttons are still disabled. I can only "continue".
I have tried all debug configurations with the same results.


Would somebody have any pointer?
--
Philippe