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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
>> 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
Yes, it has been broken for as long as I can remember...
Wayne
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
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