Changes between Version 5 and Version 6 of DetailedStackTrace
- Timestamp:
- 07/18/11 04:19:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedStackTrace
v5 v6 2 2 {{{ 3 3 cobra -er -dst myprogram.cobra 4 }}} 5 6 In a nutshell, when the program throws an uncaught exception, an HTML report will be generated which includes the stacktrace, the objects on the stack trace and their properties. This can be really useful for inspecting the state of a program. You can even force it like so: 7 8 {{{ 9 #!cobra 10 assert false, {'customer': customer, 'product': product} 4 11 }}} 5 12