Wiki

Changes between Version 1 and Version 2 of DetailedStackTrace

Show
Ignore:
Timestamp:
05/04/10 08:24:13 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedStackTrace

    v1 v2  
    1 to-do: flesh out 
     1Example: 
     2{{{ 
     3cobra -er -dst myprogram.cobra 
     4}}} 
     5 
     6From `cobra -h`: 
     7 
     8-exception-report[:no|yes][[BR]] 
     9-exc-rpt, -er 
     10 
     11 Turn on an informative HTML report that will be generated if the program throws an uncaught exception. Also, see ObjectExplorer-WinForms.cobra and its doc string for an alternative, GUI approach. 
     12 
     13-detailed-stack-trace[:no|yes][[BR]] 
     14-dst 
     15 
     16 Enable a detailed stack trace which gives great postmortem information for uncaught exceptions, but slows execution. Works in combination with -exception-report, or see ObjectExplorer-WinForms.cobra and its doc string for ideas on how to present this information graphically. 
    217 
    318For interactive browsing and inspection of objects, see ObjectExplorer.