Changes between Version 24 and Version 25 of NewGhciDebugger

Show
Ignore:
Timestamp:
04/08/07 10:18:00 (6 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewGhciDebugger

    v24 v25  
    9595=== What happens when the debugger hits a breakpoint? === 
    9696 
    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: 
     97When 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: 
    9898 
    9999{{{