If I compile a single file without making a project I can use the debugger. If I make a project and try to debug then it gives me a message that it needs to save off debugging files first. After this happens it still won't let me use the debugger. Any thoughts would be helpful.
Thanks,
Jeff
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The project has a separate settings dialog under Project->Project options, you have to set the debug options there rather than Tools->Compiler options. Those are inherited when teh project is created but ignored thereafter for a project.
BTW the debugger sucks, good luck.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you read the section in the thread titled "Please Read Before Posting a Question" on getting started with the debugger? It talks about the commands to issue.
If you did, and you did do what was asked, then you need to post your Basic 3, and tell us what you are doing in the debugger.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I compile a single file without making a project I can use the debugger. If I make a project and try to debug then it gives me a message that it needs to save off debugging files first. After this happens it still won't let me use the debugger. Any thoughts would be helpful.
Thanks,
Jeff
The project has a separate settings dialog under Project->Project options, you have to set the debug options there rather than Tools->Compiler options. Those are inherited when teh project is created but ignored thereafter for a project.
BTW the debugger sucks, good luck.
Clifford
Did you read the section in the thread titled "Please Read Before Posting a Question" on getting started with the debugger? It talks about the commands to issue.
If you did, and you did do what was asked, then you need to post your Basic 3, and tell us what you are doing in the debugger.
Wayne