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
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