Thread: Dev Debugger

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Question Dev Debugger

    G-Day,

    Question for those of you who know Dev-C++ 4.9.7.6, MingW32 compiler. For some reason I can't get the debugger to work. Every time I compile and press debug I get the following pop up window:

    Your project does not have debugging information, do you want to enable debugging and rebuild your project?

    Then I click yes and it recompiles. I click debug again and get the same pop up window. I DO have my 'Generate Debugging Information' option under the Linker section of the compiler options set to YES, and I still get the error message. Any help will be appreciated.

    Gratefully,
    Kendal

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Try using the command gdb.exe on it. It's located somewhere in your dev-c++ directory, or one of its subdirectories. If it still gives you that message, at least you know for sure that the option to enable debugging doesn't work.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. executing from debugger
    By hedwin in forum C++ Programming
    Replies: 8
    Last Post: 10-11-2007, 04:05 PM
  2. Replies: 3
    Last Post: 07-24-2007, 04:25 PM
  3. Resources with Dev C++ Problem (many simple problems)
    By Zeusbwr in forum Windows Programming
    Replies: 4
    Last Post: 04-06-2005, 11:08 PM
  4. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  5. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM