Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there equivalent to VFP's SET STEP ON command in VB? 1

Status
Not open for further replies.

IlyaRabyy

Programmer
Nov 9, 2010
571
US
Colleagues,
there's SET STEP ON command in VFP which, during IDE run, switches to debug mode (step-by-step execution, like F11 in VB .NET)
Is there any similar command in VB? (If I set a break point with F9 - it'll stop there any time, but I need this only under certain condition, e.g. If {condition} Then SET STEP ON. I hope you've got the picture.)
TIA!

Regards,

Ilya
 
Right! Totally forgot this one too! [blush]
Thank you, colleague!

Regards,

Ilya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top