Menu

I cant debug with dev-c++

2010-02-09
2012-09-26
  • ion hernandez

    ion hernandez - 2010-02-09

    I write in C programs and I cant use debug, it dont work. My configuration is:
    windows XP - Linker: Generate debugging information YES
    I presh F8 (Debug) when it ask me "... do you want to enable debugging and
    rebuild your project?" YES
    I select the Toggle Breakpoint and select the "run to cursor" but the debug
    doesnt work

    I have tried with the help of faq but with doesnt work too
    How do i enable Debugging mode ?
    Go to Compiler Options and click on the Linker sheet. Now check 'Generate
    debugging information'. Do a 'Rebuild All' and you should be able to debug now

    Please can someone help me?

     
  • cpns

    cpns - 2010-02-09

    When you answer "yes" it sets the flag in the Tools->Compiler options, even
    when using a project configuration (it is a bug). When you are using a project
    it needs to be set in the Project->Options dialog.

     
  • Chris Andrews

    Chris Andrews - 2010-02-09

    I had the same problem. After you set your linker options to include debug
    information, hit Ctrl+F11 to rebuild everything so that all files are updated
    with the linker information.

     
  • Wayne Keen

    Wayne Keen - 2010-02-09

    Note that there is a getting started with the debugger section in the thread
    titled "Please Read Before Posting a Question" that you might find helpful.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.