Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: MoonKid on February 21, 2009, 03:50:27 pm

Title: debugger (MinGW) doesn't work
Post by: MoonKid on February 21, 2009, 03:50:27 pm
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

Code
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?
Title: Re: debugger (MinGW) doesn't work
Post by: MortenMacFly on February 21, 2009, 04:24:19 pm
Any idea what this could be?
A lot. They all have been discussed in the forum - including recently. Do a search.
Title: Re: debugger (MinGW) doesn't work
Post by: Alexis on February 21, 2009, 04:39:19 pm
Just a hint: type "status 1" in search engine in main forum.