From: Matthew Flatt (mflatt at cs.utah.edu) Date: Fri Aug 1 11:20:20 EDT 2008 |
|
At Fri, 01 Aug 2008 10:17:02 -0400, Neil Van Dyke wrote: > In the interim, is there anything I can do to improve the backtraces > when debugging One more thought: it sometimes helps to disable the JIT. The JIT and the bytecode interpreter compute stack traces in different ways, and they usually produce slightly different results. Matthew
Posted on the users mailing list. |
|