Debugger ??????
I find it a little useful but I also like how the watch function works in STRDBG. It will stop anytime the value of a watched field changes. You don't have to keep an eye on the value on the screen because the debugger will stop for you when the value changes. Of course, if you really want the ability to view the field values on the screen when debugging then use Code/400 and it's Distributed Debugger. Scott Mildenberger
I find it a little useful but I also like how the watch function works in STRDBG. It will stop anytime the value of a watched field changes. You don't have to keep an eye on the value on the screen because the debugger will stop for you when the value changes. Of course, if you really want the ability to view the field values on the screen when debugging then use Code/400 and it's Distributed Debugger. Scott Mildenberger
Comment