| 81 | | each time. Use {{{+RTS -C0}}} to turn off timer-based context switches. If |
| 82 | | you're debugging heap profiling, add {{{-i0}}} too. |
| | 81 | each time. Use {{{+RTS -C0}}} to turn off timer-based context switches. |
| | 82 | Setting {{{+RTS -V0}}} disables the RTS timer entirely. Disabling the RTS |
| | 83 | timer altogether can make the point at which the program crashes reproducible, |
| | 84 | and is very helpful when using the "going back in time" method described below. |
| | 85 | If you're debugging heap profiling, add {{{-i0}}} too. |