>>You can use the Coverage Profiler (starting in VFP9) for EXEs run outside of >>the VFP IDE, iirc.<<
Just so Virgil understands, the Coverage Profiler is for checking performance bottlenecks and to understand what code was run, not for stepping through code in the debugger. Technically you can use Coverage *Logging* in the EXE. The Coverage Profiler is part of XSource and you could compile it into your application or build a standalone mechanism to run it. One thing to be careful with is the Coverage Logs are going to have the localized folders inside the log and this could be different than the source code folders you would need for the use in the Coverage Profiler at your location. In the What's New in Nine book I built a little tool to help with the folder translations if you decide to bring the log back to your folder environment. Rick White Light Computing, Inc. www.whitelightcomputing.com www.rickschummer.com _______________________________________________ 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/[EMAIL PROTECTED] ** 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.

