Menu

can not debug on Vista with latest release

2007-05-02
2012-09-26
  • Nobody/Anonymous

    Allways says generate debug infor no matter what I do - have tried all the different steps everywhere -- also have set program admin access & tried xp compatibility mode - how do you debug on vista - just a dos application?

     
    • Anonymous

      Anonymous - 2007-05-02

      >> enable "Generate Debugging information" on the Linker settings under Compiler Options.

      If you are using a project you should set the debug option in the Project Options not the Compiler Options, otherwise it will ignore them until you create a new project. Also you you are just clicking "Yes" in the message box that tells you there is no debugging information, it will have no effect of a project (that is a bug IMO).

      Clifford

       
      • Wayne Keen

        Wayne Keen - 2007-05-02

        Yes, it has been broken for as long as I can remember...

        Wayne

         
    • Nobody/Anonymous

      See if your compile log includes -g3 in its output.
      If not, enable "Generate Debugging information" on the Linker settings under Compiler Options.
      Or add -g3 to the compiler command line commands.
      I hope it helps.
      If not:
      http://sourceforge.net/forum/forum.php?thread_id=1693710&forum_id=48211

      leo_sc

       
    • Wayne Keen

      Wayne Keen - 2007-05-02

      There is a getting started with the debugger section in the thread titled "Please Read Before Posting a Question", have you read and tried it?

      Wayne

       

Log in to post a comment.

Auth0 Logo