Changes between Version 33 and Version 34 of NewGhciDebugger

Show
Ignore:
Timestamp:
04/09/07 07:10:50 (6 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewGhciDebugger

    v33 v34  
    99 
    1010== User's Manual == 
     11 
     12=== Starting the debugger === 
     13 
     14The debugger is integrated with GHCi, and it is on by default. The debugger slows program execution down by a factor of approximately XXX times. You can turn it off (to avoid the slowdown) using the `-fno-debug` command line argument. 
    1115 
    1216=== Setting break points ===