Remote debugging a synchronized project [message #848656] |
Wed, 18 April 2012 09:07  |
Eclipse User |
|
|
|
I have a synchronized C/C++ project in my (Windows) workspace, which I debug it using gdbserver according to the instructions I posted last week.
If I clear the project field in the debug configuration, so it is blank, then I can debug.
If I put my project as the project for the debug configuration nothing works.
Investigating this by running the CDT in the debugger, I find that the call to "gdb --version" doesn't return anything if the debug configuration has a project. However, if I set envp to null before the exec0 native method is called (like it is if the no project is selected), then "gdb --version" returns proper information.
Does anyone else see this? Should I report it as a bug?
Mike
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04137 seconds