Changes between Version 3 and Version 4 of DetailedStackTrace
- Timestamp:
- 10/26/10 00:35:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedStackTrace
v3 v4 14 14 -dst 15 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.16 Enable a detailed stack trace which gives great postmortem information for uncaught exceptions, but slows execution. Also, detects stack overflow which is needed for Mono but not .NET which already does this. Works in combination with -exception-report, or see ObjectExplorer-WinForms.cobra and its doc string for ideas on how to present this information graphically. 17 17 18 18 For interactive browsing and inspection of objects, see ObjectExplorer.