At 09:39 2018-04-25, Koen Piller koen.piller@gmail.com wrote:
Hi, All News2News topics involving VFP can now be found on GitHub. f.m. if you put following line in your startup.prg (Startup Program in File Locations) On Key Label Alt+D Do "D:\vfp9\debugger.prg"
I use: on key label <somekey> set step on and do not need to worry about where the debugger is. This is some of the debugging code I was mentioning on Foxite.
When I have a lot of debug output, it is sometimes hard to see exactly where a start point of trying something is. I like: on key label "Ctrl-H" sayhere() with sayhere() having a timestamp: activate screen ? "* "+transform(datetime())+" Here! *"
You have the debugger always under your keystrokes ALT+D in any situation.
Stuff like this is useful when experimenting.
[snip]
Sincerely,
Gene Wirchenko