| [news.eclipse.tools.cdt] Is debugging broken under windows? |
Hi!
I am currently trying to debug a project under XP SP2/Eclipse 3.3M6/CDT
4.0M6 and as soon as the debugger reaches standard lib exception hell
breaks loose. I have tried CygwinÂs gdb 6.5.50.20060706-cvs and MinGWÂs
gdb 6.3.2 with both supplied debugging profiles. All generate the same
error.
Everything goes fine until (in my case) <exception> is reached, he stops at
----
class exception
{
public:
exception() throw() { }
----
and after that the console fills with
----
A syntax error in expression, near `for std::exception'.
mi_cmd_var_create: unable to create variable object
A syntax error in expression, near `name for libgame::BaseException'.
mi_cmd_var_create: unable to create variable object
A syntax error in expression, near `name for std::exception'.
mi_cmd_var_create: unable to create variable object
A syntax error in expression, near `for libgame::BaseException'.
----
when i continue. Even if i perform a single step the console gets
flooded and the debugger never stops again so i can only stop the
session and wait for the flood to stop.
I havenÂt reported this as a bug as i donÂt know if thatÂs a problem of
gdb or if thatÂs a cdt bug. However debugging is currently impossible
for me.
I attached the gdb log. I tink the interesting part is around line 660.
--
Christoph Nelles
E-Mail : evilazrael@xxxxxxxxxxxxx
Jabber : eazrael@xxxxxxxxxxxxxx ICQ : 78819723
MSN : msn@xxxxxxxxxxxxx Yahoo! : eazrael
PGP-Key ID: 0x424FB55B on subkeys.pgp.net
or http://evilazrael.net/pgp.txt
Attachment:
gdb-log.zip
Description: Zip compressed data