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?