Author Topic: debugger (MinGW) doesn't work  (Read 4353 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
debugger (MinGW) doesn't work
« 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: debugger (MinGW) doesn't work
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Alexis

  • Multiple posting newcomer
  • *
  • Posts: 62
Re: debugger (MinGW) doesn't work
« Reply #2 on: February 21, 2009, 04:39:19 pm »
Just a hint: type "status 1" in search engine in main forum.