Changes between Version 49 and Version 50 of NewGhciDebugger
- Timestamp:
- 04/09/07 08:23:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewGhciDebugger
v49 v50 220 220 221 221 bar = do something else 222 }}} Suppose we have a breakpoint set somewhere inside the computation done by `foo`, but there are no breakpoints in the computation done by `bar`. When we run this program in GHCi the following things happen: 222 }}} 223 Suppose we have a breakpoint set somewhere inside the computation done by `foo`, but there are no breakpoints in the computation done by `bar`. When we run this program in GHCi the following things happen: 223 224 * `foo` gets forked and `foo` and `bar` begin their work 224 225 * `bar` completes its job and we return to the GHCi prompt (uh oh!)
