Hi Steve, >>Does anyone know why the "source line contents" would not be available?<<
Probably because the module was compiled with Debug Info off. Turn it on for the project and do a Rebuild All so all object code has the source code compiled into the EXE. One word of caution as it will make the EXE easier to decompile. This might not be a problem if your customer gets the source code. >> All my classes are compiled into the .EXE, I do not mark anything as "Exclude" in the project.<< This is also an important observation as I am pretty sure VFP needs access to the source code to display it in the ASTACKINFO(), just like it needs it for the Debugger Trace Window. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net 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/00b001cb3778$4be2a960$e3a7fc...@com ** 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.

