Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crashing when SET STEP ON
Message
 
To
16/10/1998 07:05:41
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00146846
Message ID:
00148065
Views:
38
Won't the debug_on function break you inside the function instead of the intended line?

You may want to try using a #define instead as follows:

#define debug_on SET STEP ON

or when you create an executable change it to a comment

#define debug_on *

Then in your code all you need is:

debug_on


Costas
Previous
Reply
Map
View

Click here to load this message in the networking platform