As I'm tired typing
if <some condition>
set step on
endif
I use this:
setStepOn(<some condition>)
with
procedure setStepOn(condition as Boolean) as Boolean
if (cast(m.condition as L) or empty(pcount()))
set step on
endif
endproc
advantage: can be inserted in a logical expression
Thierry Nivelet
FoxInCloud
Give your VFP app a second life in the cloud
http://foxincloud.com/
Le 27/02/2016 16:19, Alan Bourke a écrit :
The breakpoints have always been a bit hit and miss for me. I always
just stick a SET STEP ON in.
_______________________________________________
Post Messages to: [email protected]
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/[email protected]
** 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.