codegen: handle exceptions of a method
[mate.git] / HACKING
1 for testing with a release build, use
2 $ make tests/Fib
3
4
5 for testing a release build against OpenJDK output, use
6 $ make tests/Fib.test
7
8
9 for testing with a debug build, use edit Mate/Debug.hs and set
10 `mateDEBUG = True' and build again. Output is in `mate.log'
11
12 for debugging with gdb, modify Mate/MethodPool.hs and enable Debugging in
13 Mate/Debug.hs, then use
14 $ make tests/Fib.gdb
15 and follow the instructions in the source file.