That is EXACTLY the problem. Most time - when it does Error out - it Does allow me to go into Step Mode. But, not this time - it totally crashes out VFP! I can't Step thru - I can't look at the Stack. But, yes - there is Error Handling in the system. And, for now - I shall take your suggestion with Setting it to Set Step On!
-K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Dave Crozier Sent: Thursday, September 27, 2012 10:18 AM To: [email protected] Subject: RE: A Debugging Problem... Kurt, if the app errors out and allows you to go into step mode then you can look at the stack to see how you got to the error point. if there is already error handling that is may be screwing things up then override with "on error set step on" will dump you into step mode at the error point. Dave [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/289ea162f5642645b5cf64d624c66a140e260...@us-ny-mail-002.waitex.net ** 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.
