At 09:39 2018-04-25, Koen Piller <koen.pil...@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


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/0f5ec5528296689b5439becb8d66cfac@mtlp000086
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to