|
-
Aug 23rd, 2003, 02:18 PM
#1
Thread Starter
Addicted Member
edit and continue in VB.NET [Resolved]
does any one have an idea why the edit and continue is disabled
in vb.net ???
that is a great feature, and its found in vb6, y would they remove it ??!
well, just wondering, maybe there is a point that i cant see !!!!
Last edited by ZaidGS; Aug 31st, 2003 at 06:02 AM.
-
Aug 23rd, 2003, 02:25 PM
#2
Been posted many times, the search button is useful.
Next version it comes back
-
Oct 23rd, 2003, 10:56 AM
#3
Member
It is in vb.net Look under Tools/options
Expand Debugging tab select Edit and Continue
Under Changes in Visual Basic and Visual C# Code
Select the Allow me to edit VB Files while debugging.
Tomson
-
Oct 23rd, 2003, 11:05 AM
#4
Member
It is in vb.net Look under Tools/options
Expand Debugging tab select Edit and Continue
Under Changes in Visual Basic and Visual C# Code
Select the Allow me to edit VB Files while debugging.
Tomson
-
Oct 23rd, 2003, 11:13 AM
#5
Frenzied Member
You can't do it with ASP.NET though which is a real pain in the a**e
'Buzby'
Visual Basic Developer
"I'm moving to Theory. Everything works there."
-
Oct 23rd, 2003, 03:18 PM
#6
Addicted Member
Originally posted by Tomson
It is in vb.net Look under Tools/options
Expand Debugging tab select Edit and Continue
Under Changes in Visual Basic and Visual C# Code
Select the Allow me to edit VB Files while debugging.
Tomson
This allows you to make changes to the code while the program is running and not have to restart it, but the catch is that the changes don't take place until you restart.
The reason it's not in place now is because you're actually debugging the program as it is running in a compiled state. In VB6 it would run the program in memory in an uncompiled state, thus allowing you to make changes on the fly.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|