[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Re: Is debugging broken under windows?
|
Christoph Nelles wrote:
> 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
Great! So you're able to reproduce this error!?
> 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.
As far as I know this bug is not yet reported, so please report this.
There where similar reports (also on Linux) about an endless loop in the
debugger console once an variable is selected which is optimized away.
Please notify us about the bug number and use a higher priority for the bug
report.
Jens