| Summary: | string xx=0; compile without errors and later crash debugger | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | JMM <javier.martin> |
| Component: | cdt-debug | Assignee: | cdt-debug-inbox <cdt-debug-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | elaskavaia.cdt, kesselhaus, marc.khouzam, pawel.1.piech, recoskie |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
JMM
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. |