Ignore:
Timestamp:
Aug 17, 2011, 10:08:55 AM (13 years ago)
Author:
george
Message:
  • Modified: Now detailed info is displayed after user click Details. User will see at first only necessary error message.
  • Modified: Now methods in TStackTrace class loads call stack and exception stack only as list of frame address. Then delayed GetInfo method should be called to fully load call stack debug information. This is useful in case of external debug file where loading time could be significant.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ExceptionLogger/UExceptionForm.lrt

    r167 r264  
    11TEXCEPTIONFORM.CAPTION=Exception info
    2 TEXCEPTIONFORM.BUTTONCLOSE.CAPTION=Close
    3 TEXCEPTIONFORM.BUTTONKILL.CAPTION=Terminate
     2TEXCEPTIONFORM.LABEL1.CAPTION=Error occured during program execution:
     3TEXCEPTIONFORM.LABELMESSAGE.CAPTION=   
    44TEXCEPTIONFORM.TABSHEET1.CAPTION=General
    55TEXCEPTIONFORM.TABSHEET2.CAPTION=Call stack
     
    1010TEXCEPTIONFORM.LISTVIEW1.COLUMNS[4].CAPTION=Procedure/method
    1111TEXCEPTIONFORM.LISTVIEW1.COLUMNS[5].CAPTION=Unit
     12TEXCEPTIONFORM.BUTTONKILL.CAPTION=Terminate
     13TEXCEPTIONFORM.BUTTONCLOSE.CAPTION=Close
    1214TEXCEPTIONFORM.CHECKBOXIGNORE.CAPTION=Next time ignore this exception
     15TEXCEPTIONFORM.BUTTONDETAILS.CAPTION=Details
Note: See TracChangeset for help on using the changeset viewer.