-
Vb .net Behaviour
VB.NET displays variables' definitions rather than their current value when you hover the cursor over the variable name when in greak mode. Is this a default property that can be changed?
Also, you can't edit code when in break mode. Can this be changed? There seems to be an option under tools that says "Allow editing of read-only files, warn when attempt to save" but this didn't make any difference.
-
As for question #2, there is an option under Debugging->Edit And Continue in the Options screen that allows edit and continue. However, it really has no effect on the code that is running. I don't think true edit and continue is available until Whidbey.
-
That did what I was trying to achieve. Thanks for that.
-
Having said that, I just realised that the changes that you make do not become effective until the next build.