[Mono-list] Source lines in backtraces ....

Dietmar Maurer dietmar@ximian.com
22 May 2002 11:10:39 +0200


On Tue, 2002-05-21 at 22:07, Martin Baulig wrote:
> Hi guys,
> 
> after a long day of hacking, there's a cool new toy for you :-)
> 
> The JIT engine `mono' now displays source lines and IL offset in
> stack traces if you enabled the debugging support.

Great work Martin!

Maybe we should change the stack trace format to be compatible with MS?

As you know we use a simple global register allocation. Is the debugging
framework able to handle this?

- Dietmar