Is this no longer possible or am I missing an option?
To claify in case I am not clear, when stepping through the program i can't edit and continue... always have to recompile argh.
:(
Printable View
Is this no longer possible or am I missing an option?
To claify in case I am not clear, when stepping through the program i can't edit and continue... always have to recompile argh.
:(
You could re-edit:eek: Well there's something l didn't know. Just going through the debug documentation at the moment, everything seems to be there.
No you cannot edit the code while stepping through - marvellous eh!!! Can't understand why they removed this - Extremely frustrating.
Yes, all these new features come with a draw back. With VB stepping up to being a real programming language instead of a scripting language that you can compile, you can no longer edit code while stepping through. I personally think its not such a bad thing to sacrifice given all the benefits. What I did however, was I just set VB to recompile automatically whenever I made changes while the program was running. Its a bit slower and you do have to step through to the place in your code you were up to, but hey its the best you can do.
man thats a pain. now i cant go through my code line by line to figure out where the heck i am.
freakin
i guess ill get used to it