When I'm running the Debugger, I'd like for my program to stop when a specific variable changes its value.
I seem to recall that VB6 had such a feature, but I'm not seeing it in PowerBASIC.
Is there such a feature and I'm must not finding it?
A variable watch isn't much good because I don't know where to put the breakpoint, and there are at least 25 places where the change could happen. Push comes to shove, I'll just add a breakpoint at each one, but I was hoping for a less cumbersome approach.
A trace tells me where I've been, but not which of those locations resulted in a value change of the variable.
Suggestion?
I seem to recall that VB6 had such a feature, but I'm not seeing it in PowerBASIC.
Is there such a feature and I'm must not finding it?
A variable watch isn't much good because I don't know where to put the breakpoint, and there are at least 25 places where the change could happen. Push comes to shove, I'll just add a breakpoint at each one, but I was hoping for a less cumbersome approach.
A trace tells me where I've been, but not which of those locations resulted in a value change of the variable.
Suggestion?
Comment