Changes between Version 36 and Version 37 of NewGhciDebugger
- Timestamp:
- 04/09/07 07:33:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewGhciDebugger
v36 v37 155 155 === Single stepping === 156 156 157 When a computation has hit a breakpoint it is sometimes useful to continue execution up until the next breakable expression is evaluated, regardless of whether there is a breakpoint set at that location. This functionality is provided by the `:step` command: 158 159 {{{ 160 *Main> :step 161 }}} 157 When a computation has hit a breakpoint it is sometimes useful to continue execution up until the next breakable expression is evaluated, regardless of whether there is a breakpoint set at that location. This functionality is provided by the `:step` command. 162 158 163 159 The `:step` command accepts an optional argument expression. The expression is evaluated as usual, but the computation will stop at the first breakable expression which is encountered, for example:
