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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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.
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.
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.