Edit and Continue

T

Tom McL.

I am using VS 2005 and I am having trouble with being able to edit and
continue while in the debug mode. This was not a problem earlier but
something has change.

I have checked the following settings in options:

<tools><options><debugging><edit and continue> is check but I am still
unable to enter code in the code editor.

I receive the following:

“Cannot currently modify this text in the editor. It is read-only.”

Thanks

Tom
 
P

Phill W.

Tom said:
I am using VS 2005 and I am having trouble with being able to edit and
continue while in the debug mode. .. . .
“Cannot currently modify this text in the editor. It is read-only.”

You don't say what sort of application you're debugging.

Edit and Continue does not work with ASP.Net, nor with any application
to which you have to /attach/ the debugger, e.g. a Windows Service.

Form's app's and Console app's is about the limit of it.

Regards,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top