I created a project with all my nessesary header and implemenation files. When I fire up the debugger it says the the source code had been updated and I need to re-build. I click "yes" and the code re-compiles without errors. I then go fire up the debugger again, and it says that the source code has updated when I didn't change the code at all. Is there a fix for this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Answering 'yes' either changes the Compiler Options or nothing at all (I've never bothered to figure out which), it does not modify the Project Options. You need to enable debug in the Project Options.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, in the thread titled (not accidentally by the way), "Please Read Before Posting a Question" is a section in getting started with the debugger that shows you how to manually set the debug options - the pop-up box you mention has never worked right in all my years here.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a project with all my nessesary header and implemenation files. When I fire up the debugger it says the the source code had been updated and I need to re-build. I click "yes" and the code re-compiles without errors. I then go fire up the debugger again, and it says that the source code has updated when I didn't change the code at all. Is there a fix for this?
Answering 'yes' either changes the Compiler Options or nothing at all (I've never bothered to figure out which), it does not modify the Project Options. You need to enable debug in the Project Options.
Clifford
Yes, in the thread titled (not accidentally by the way), "Please Read Before Posting a Question" is a section in getting started with the debugger that shows you how to manually set the debug options - the pop-up box you mention has never worked right in all my years here.
Wayne