|
-
Mar 20th, 2003, 03:28 PM
#1
Thread Starter
Addicted Member
Can I edit in Debug mode?
I am using Beta 2. I just want to know whether I can edit VB .Net in run time (using Ctrl + Break Keys) like in VB.
Thanks
-
Mar 20th, 2003, 03:38 PM
#2
-
Mar 20th, 2003, 03:48 PM
#3
Thread Starter
Addicted Member
Thanks. But I hate that demotion. Why did they do that?
-
Mar 20th, 2003, 04:10 PM
#4
Sleep mode
When you browse : Tools --->Options ----> Debugging , you will find a checkbox says "Allow me to edit VB Files while debugging" , sounds it should does the job but sadly no . I guess MS made thier mind to quit it from now on !
-
Mar 20th, 2003, 04:14 PM
#5
It mainly has to do with the fact that now you are running compiled code from the IDE instead of interrupted code like in VB6. So if code is compiled then how can you edit it on the fly?
You get used to it quick enough. Also then you don't have bugs that popped up only after deployment and not when run from the IDE like in VB6.
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
|