According to VFP9 help file: "ASTACKINFO( ) only populates the 6th array element if source line contents are available, otherwise it will be left empty."
Does anyone know why the "source line contents" would not be available? I am running an .EXE ( normal, ie, not COM ) with an error handler that prints out the data from ASTACKINFO() to help me see each method, line #, and source code in the stack when an error occurs. Best I can tell it works flawlessly from forms, and classes defined visually... However, I am constantly seeing *some* of my classes defined in a PRG which never include the source code line. I am stumped as to why, and would like to try and correct/work-around this problem to better help me debug my programs ( some with very complex object interactions ). All my classes are compiled into the .EXE, I do not mark anything as "Exclude" in the project. Thanks for any insights.. -Steve _______________________________________________ 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.

