I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options.
Any help would be appreciated.
Thanks,
Danny
I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options.
Any help would be appreciated.
Thanks,
Danny
edit and continue
Marinus Holkema
We use sourcesafe and the files are checked out of sourcesafe.
If they were readonly I wouldn't be able to edit them in development mode either.
MadsBrodersen
If you work with some source control system, normally all your files will be flagged as 'Read-only' unless you lock them or check them out.
precchia
miloone
Jing Lou - MSFT
Some things can be edited and some things can't. What exactly are you trying to edit
Craig Balliet
Tools > Options > Projects and Solutions > General
and check 'Show advanced build configurations'.
The problem you have with edit and continue could be solved like this.
1. Ensure you have a debugging output.
2. 'right click on your Project and choose Properties' > Compile > Advanced Compile Options > and uncheck 'Enable optimizations.
Hope it helps. Happy coding,
rootschopf
JokerMan
rtf0
Just to be clear, when you say you 'can't edit', you mean that you physically cannot make a change to the file in the IDE, or when you continue it says you can't apply the edit and will need to restart
(From your read-only comment, it's the former). If so, is it on all files in the project Did you start a brand new project Does it have the same problem
kukku fer
Bob Hodgman
Yasin HINISLIO?LU
OK, so I found the debugging menu, and edit and continue IS enabled. But when I try to use it I get: "cannot currently modify this text in the editor. It is read-only"
Any thoughts.
-Danny
Robert_sun
It was a good try because my "Enable optimizations" was checked, but it still does not allow me to edit code while debugging.
Any more ideas
Jedimark
gtsamoht
The execution is definitely paused and it is definitely not in release mode. Any more ideas