debugger interface stops responding [message #701099] |
Sun, 24 July 2011 12:14  |
Eclipse User |
|
|
|
It seems like there are plenty of people with the debugger becoming unresponsive at the moment, but nobody I found seems to have the same exact symptoms as me:
OS X 10.6.6
Eclipse Version: 3.6.2
Build id: M20110210-1200
Eclipse SDK 3.6.2.M20110210-1200 org.eclipse.sdk.ide
gdb 6.3.50-20050815 (Apple version gdb-1510)
C/C++ Development Platform 7.0.2.201102110609
C/C++ Development Tools 7.0.2.201102110609
C/C++ Development Tools SDK 7.0.2.201102110609
C/C++ DSF GDB Debugger Integration 2.1.0.201102110609
C/C++ GCC Cross Compiler Support 1.0.0.201102110609
C/C++ GDB Hardware Debugging 7.0.0.201102110609
C/C++ GNU Toolchain Build Support 7.0.0.201102110609
C/C++ GNU Toolchain Debug Support 7.0.1.201102110609
C/C++ Memory View Enhancements 2.1.0.201102110609
I can launch the debugger OK, and drill into files just fine, but as soon as you drill into an stl lib, nothing works anymore. The options to step in and out are still there but they do nothing. No variables can be inspected and are just greyed out. There is nothing in the error logs.
This is really annoying because I quite often after to drill in and out of stl lib to trace a crash or two.
Can anyone help, are there any 'other' logs that I could check to see what the problem might be?
|
|
|
|
Re: debugger interface stops responding [message #713830 is a reply to message #701100] |
Tue, 09 August 2011 03:01  |
Eclipse User |
|
|
|
My guess is that CDT is sending a command that Apple's GDB doesn't understand and GDB doesn't give an error.
Can you reproduce the problem in a simple project? There is a way to see the commands sent to GDB. When you are debugging, in the Console view, there is a button to switch the console page (it looks like a screen), you should see gdb traces in the list.
In the console, look for starting with
-var-create
It should be followed by a ^done
But even if that looks right, it might be any other command failing.
I'll see if I can reproduce this but if you have a simple project for me to try that should accelerate the process of fixing the problem. If not, maybe you could copy-paste the whole gdb traces and we can try to figure out what is failing.
|
|
|
Powered by
FUDForum. Page generated in 0.04447 seconds