News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

debugger (MinGW) doesn't work

Started by MoonKid, February 21, 2009, 03:50:27 PM

Previous topic - Next topic

MoonKid

I am not able to debug my projects.

I can build and run them without any problems. But If I run them with debugger (F8) it starts and finish with 1. I have seen nothing. No window, no message, etc...

This is the debug log

Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug Dynamic
Adding source dir: D:\Garage\projekte\wxCron\trunk\
Adding source dir: D:\Garage\projekte\wxCron\trunk\
Adding file: .\wxCronDd.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1
Debugger finished with status 1


I am using Code::Blocks from SVN on WinXPSP3 with MinGW 5.1.4 (gdb 5.2.1)

Any idea what this could be?

MortenMacFly

Quote from: MoonKid on February 21, 2009, 03:50:27 PM
Any idea what this could be?
A lot. They all have been discussed in the forum - including recently. Do a search.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alexis

Just a hint: type "status 1" in search engine in main forum.