Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » [SOLVED] debugger suddenly stopped working(debugger does not reach breakpoint in main)
[SOLVED] debugger suddenly stopped working(debugger does not reach breakpoint in main) [message #1796310] Wed, 10 October 2018 09:23
smilesmile smilesmile is currently offline smilesmile smilesmileFriend
Messages: 1
Registered: October 2018
Junior Member
EDIT: I recreated the debug configuration, which solved the problem. Should have done that before posting ...

Hi,

I am on ubuntu linux, Eclipse and the debugger where working fine.
Suddenly it does not work anymore. The breakpoint in main (which is set automatically) is never reached and the program also does not do anything. But the debugger process is also not terminated.
gdb takes 100% CPU power, clicken on stop or pause has no effect.

When I debug the program on the console (using command line gdb) everything works.

Any Ideas what I could look into what this could be?

Thanks!
Nathan

EDIT:
This is gdbs output, I do not know if it was different when it was working:
Code: [Select all] [Show/ hide]
Reading symbols from <my-application>...done.
new-console on
Undefined command: "new-console". Try "help".
warning: the debug information found in "/lib/ld-2.12.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//lib/ld-2.12.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/lib/ld-2.12.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch).

Stopped due to shared library event
[Thread debugging using libthread_db enabled]
Stopped due to shared library event
Previous Topic:CDT does not detect Visual Studio paths in provider
Next Topic:Customizing makefile via environment variable!!!!
Goto Forum:
  


Current Time: Fri Apr 26 00:24:42 GMT 2024

Powered by FUDForum. Page generated in 0.02512 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top