Re: [tcljava-user] JACL - Which Java Debugger?
Brought to you by:
mdejong
From: Patrick F. <pfi...@oz...> - 2007-01-15 20:57:27
|
On Sunday 14 January 2007 02:23, Mo DeJong wrote: > > Are there any recommended debuggers for jacl and instructions on how > > to use them? > > I had a quick look at Jswat but since we are using Eclipse as the standard IDE I tried it's remote debug facility. =A0Eclipse connects to the remote JACL JVM all right and I was able to walk through tcl.lang.Shell by importi= ng=20 the source code into the project and setting a breakpoint. But of course=20 what I need to do is set breakpoints in JACL code not the underlying java=20 stuff. Is there a way to do this? Thinking about this further one might run one of the existing TK debuggers= =20 under Swank. Say something like this: c:> java tcl.lang.Swank debugger.tcl yourScript.tcl. However Swank/JACL only supports Tcl 8.0 and most of the debuggers I tried= =20 either required 8.1 or greater or Tcl packages that have not been ported to= =20 JACL. Any ideas? =20 |