|
-
Nov 13th, 2021, 02:45 PM
#1
Thread Starter
Fanatic Member
Why is VB6 Edit-And-Continue function so good in comparison to VB.NET?
Hello!
I totally love how I could press the Pause button, then edit my code and press the Play button again.
VB6 would IMMEDIATELY (I mean literally without ANY delay) continue to work with the new / edited code.
This is simply amazing.
When I try to do the same with VB.NET, it either takes ages (several seconds) for VB.NET to choke on it, or it would say that it can't edit this on the fly and needs to restart debugging.
In contrast to that, VB6 is sooo forgiving.
There are a few things that I may not do, like deleting variables, but 99% of the time it allows really wild changes like editing nested for-next-statements.
How could it do that so amazingly well?
Thank you!
Tags for this Thread
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
|