[Ikvm-developers] Line numbers in stack traces
Brought to you by:
jfrijters
|
From: Michael B. <mb...@gm...> - 2008-01-17 16:35:05
|
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. Is there any way to enable line numbers in the ikvm stack trace? (I tried javac -g, but that didn't work.) Thank you, Mike |