Changes between Version 1 and Version 2 of DebuggingSansDebugger
- Timestamp:
- 05/04/10 08:20:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingSansDebugger
v1 v2 8 8 * Note that Cobra's `assert` is ''informative'', meaning that upon failure it will show the values of each sub-expression in the asserted condition. 9 9 * Add `trace` statements to show both values as well as execution flow. 10 * Use the DetailedStackTrace to get more information when uncaught exceptions occur. 10 11 * Use the ObjectExplorer to browse and inspect objects and their related objects at run-time. 11 12