Changes between Version 2 and Version 3 of TraceStatement
- Timestamp:
- 12/20/10 02:18:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraceStatement
v2 v3 14 14 Assertions are useful for catching errors early when they are easier to diagnose. They also enable subsequent code to operate under the condition expressed by the assertion. Furthermore, they are source of technical documentation. 15 15 16 The message of the ''' AssertException''' includes information to assist in debugging the assertion including:16 The message of the '''!AssertException''' includes information to assist in debugging the assertion including: 17 17 18 18 * the filename and line number where the assert statement appeared