Re: [Ikvm-developers] Line numbers in stack traces
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2008-01-17 16:57:46
|
Michael Baker wrote:
> I am referring to code compiled using javac, not ikvmc.
>
> An obvious difference between the ikvm and java JVMs is the lack of
> line numbers in the ikvm stack trace.
When running on .NET 2.0 the IKVM stack traces have line numbers (that is, =
the stack traces you get with Throwable.printStackTrace()).
If you're talking about the .NET stack traces, these only contain lines num=
bers if you compile with debugging information ("ikvmc -debug" or by runnin=
g dynamically generated code in the debugger).
Regards,
Jeroen
|