Changes between Version 46 and Version 47 of NewGhciDebugger
- Timestamp:
- 04/09/07 08:20:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewGhciDebugger
v46 v47 224 224 Suppose we have a breakpoint set somewhere inside the computation done by `foo`, but there are no breakpoints in the computation done by `bar`. 225 225 When we run this program in GHCi the following things happen: 226 226 227 * `foo` gets forked and `foo` and `bar` begin their work 227 228 * `bar` completes its job and we return to the GHCi prompt (uh oh!) 228 229 * `foo` eventually hits a breakpoint and attempts to return to the command line, but it can't because we are already there (in the previous step). 230 229 231 Now the foo thread is blocked, so we can't witness the breakpoint. 230 232
