Wiki

Changes between Version 1 and Version 2 of DebuggingSansDebugger

Show
Ignore:
Timestamp:
05/04/10 08:20:00 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingSansDebugger

    v1 v2  
    88   * Note that Cobra's `assert` is ''informative'', meaning that upon failure it will show the values of each sub-expression in the asserted condition. 
    99 * Add `trace` statements to show both values as well as execution flow. 
     10 * Use the DetailedStackTrace to get more information when uncaught exceptions occur. 
    1011 * Use the ObjectExplorer to browse and inspect objects and their related objects at run-time. 
    1112