Changes between Version 24 and Version 25 of NewGhciDebugger
- Timestamp:
- 04/08/07 10:18:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewGhciDebugger
v24 v25 95 95 === What happens when the debugger hits a breakpoint? === 96 96 97 When an executing computation hits an active breakpoint control is returned to the GHCi prompt. The debugger will print out a message indicating where the breakpoint occurred, and the names and types of the local variables which are in scope at that point. Here is an example:97 When an executing computation hits an active breakpoint, control is returned to the GHCi prompt. The debugger will print out a message indicating where the breakpoint occurred, and the names and types of the local variables which are in scope at that point. Here is an example: 98 98 99 99 {{{
