Changes between Version 9 and Version 10 of Debugging
- Timestamp:
- 12/07/09 08:14:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v9 v10 4 4 5 5 This part of the wiki collects all the information related to debugging GHC: that includes debugging the compiler itself, the libraries, the runtime system, the code generator, or the build system. 6 7 * '''Reproducing the test case'''. You may need to install some packages to reproduce the test case, and that may take a little care: [wiki:Debugging/InstallingPackagesInplace]. 6 8 7 9 * '''Debugging the compiler itself'''. If you're debugging a compiler panic or some problem in GHC itself, then go to [wiki:Debugging/Compiler]
