Changes between Version 54 and Version 55 of NewGhciDebugger
- Timestamp:
- 04/09/07 08:30:15 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewGhciDebugger
v54 v55 208 208 ---- 209 209 210 == = Known problems in the debugger ===210 == Known problems in the debugger == 211 211 212 212 The following list describes issues where the debugger does not behave in the ideal way: … … 223 223 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`. When we run this program in GHCi the following things happen: 225 - `foo` gets forked and `foo` and `bar` begin their work 226 - `bar` completes its job and we return to the GHCi prompt (uh oh!) 225 - `foo` gets forked and `foo` and `bar` begin their work [[BR]] 226 - `bar` completes its job and we return to the GHCi prompt (uh oh!) [[BR]] 227 227 - `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). 228 228 … … 231 231 * foober 232 232 233 234 === Wishlist of features (please add your's here) === 235 236 237 ---- 233 ---- 234 235 236 == Wishlist of features (please add your's here) == 237 238 239 ---- 240 238 241 239 242
