Framework 2.0 SDK BETA CLR Debugger

V

Val3

Hi all.
I'm using Microfoft CLR Debugger to test my c# programs. It seems works fine
except for one thing. When I try to modify code message "cannot currently
modify this text in the editor. It is read only"
appears in the status bar at the bottom. If I use Visual C# 2005 Espress
Edition Beta for debugging, everithing works fine, editing included. Any
suggest? Thanks in advance

VV
 
P

Peter van der Goes

Val3 said:
Hi all.
I'm using Microfoft CLR Debugger to test my c# programs. It seems works
fine except for one thing. When I try to modify code message "cannot
currently modify this text in the editor. It is read only"
appears in the status bar at the bottom. If I use Visual C# 2005 Espress
Edition Beta for debugging, everithing works fine, editing included. Any
suggest? Thanks in advance

VV
Sounds like the ability to allow source code modification/automatic
recompilation while in debug mode is a feature built into the IDE, not the
debugger itself.
I guess the obvious suggestion is to use the IDE?
Guess alert. I've not tried the debugger outside the IDE myself.
 

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