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.