This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Interaktion between Scheme and Java


Marco Bakera wrote:
Yes thats what i wanted to know. :) Although I am not happy with that
because debugging becomes harder when no sources are available the
exceptions come from. ;)

Why do you think that? The generated bytecode includes the correct line numbers, of course. Scheme->bytecode is no different from Java->bytecode, except that few tools know much about Scheme. (My hope is that Schemeway can be enhanced to a nice friendly Scheme debugger.)

Try it: you'll find that ex.printStackTrace() works tolerably well.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]