R
Ricky W. Hunt
Is there a way to watch a variables value in real-time without running in
break mode? It seems you should just be able to give VB a list of
variables/objects that you could see at any time without having to step
through the program. I guess you could write spawn a second, non-MDI form
and figure out some way to send updated values to it every time a certain
value changes. But that would be heck of a lot of work. Does VB have any
function like this?
break mode? It seems you should just be able to give VB a list of
variables/objects that you could see at any time without having to step
through the program. I guess you could write spawn a second, non-MDI form
and figure out some way to send updated values to it every time a certain
value changes. But that would be heck of a lot of work. Does VB have any
function like this?