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
Printable View
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
No.
Thanks. But I hate that demotion. Why did they do that?
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 :rolleyes: . I guess MS made thier mind to quit it from now on !
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.