Community
Participate
Working Groups
Build Identifier: helios string xx=0; compile without errors. Later when execute the debugger cause a crash. Another suggest: drop to frame is deactived in debugger. step into selection don't exist. Greetings. Reproducible: Always Steps to Reproduce: 1.string xx=0; compile ok 2. execute debug 3. crash. Greetings.
version of c++ is helios.
So what crashed? Eclipse? Of debugger? If debugger you should the bug to your debugger, what is it gdb?.
I used: debuger->>GNU gdb (GDB) 7.0.1 compiler->>MinGW-5.1.4.exe eclipse->>Build id: 20100617-1415 the error is that the compiler not detected as error: string xx=0; ->>correct is string xx="0"; is normal that larter the debugger don't start. is there something debuger that support "drop to frame" or "select into selection" for c++? Greetings.
Well, you might have to report that against GCC, since the compiler itself is not giving any warnings even with -Wall applied. (In reply to comment #3) > I used: > debuger->>GNU gdb (GDB) 7.0.1 > compiler->>MinGW-5.1.4.exe > eclipse->>Build id: 20100617-1415 > > the error is that the compiler not detected as error: > string xx=0; ->>correct is string xx="0"; > is normal that larter the debugger don't start. > > is there something debuger that support "drop to frame" or "select into > selection" for c++? > > Greetings.
I go to test gcc compiler. If you get developement that the debuger support "drop to frame" or "select into selection" for c++, warn me I am very interested. Thanks very much.
I think we ought to just resolve this as NOT_ECLIPSE. Committers, what say ye?
(In reply to comment #6) > I think we ought to just resolve this as NOT_ECLIPSE. Committers, what say ye? +1
Resolved as NOT_ECLIPSE.