1 | | to-do: flesh out |
| 1 | Example: |
| 2 | {{{ |
| 3 | cobra -er -dst myprogram.cobra |
| 4 | }}} |
| 5 | |
| 6 | From `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. |