Re: [tcljava-user] JACL - Which Java Debugger?
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-01-15 02:59:01
|
> Are there any recommended debuggers for jacl and instructions on how to use them? Patrick I use JSwat, but you should be able to use any Java debugger that works with the JPDA. All you need to do at runtime is set JACL_DEBUG=1 before launching jtclsh. That will add the src jars to the CLASSPATH so that you can step through Jacl code in the debugger. If you want to debug TJC generated Java code you can also do that by compiling Tcl procs into Java source and then you can step through the Java source a line at a time. cheers Mo DeJong P.S. Patrick, please don't post messages to this list that include junk footers like "This email is confidential blah blah blah". The terms of use for this mailing list clearly state that these type of claims are not allowed. http://tcljava.sourceforge.net/docs/website/mail.html You risk being booted off the list by posting message like that. |