Changes between Version 15 and Version 16 of DebuggingGhcCrashes
- Timestamp:
- 08/20/09 08:36:58 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingGhcCrashes
v15 v16 169 169 There are two things you usually want to inspect inside a code 170 170 fragment: the contents of heap objects, and the contents of the 171 stack. A full description of the layout of these things is beyond the 172 scope of this tuturial, but what follows is a basic introduction to 171 stack. A full description of the layout of these things is here: [wiki:Commentary/Rts/Storage]; what follows is a basic introduction to 173 172 looking at heap & stack objects in a running program. 174 173
