On Thu, 26 Jan 2006 11:03:17 -0500
"Patnaik, Anjela" <APa...@ci...> wrote:
> Hello,
> Is it possible to launch a java debugger to troubleshoot
> java code invoked via tclblend?
>
> We are using tclblend 1.3.2 with tcl 8.4.11 on
> windows 2k PCs.
Debugging Tcl Blend is kind of tricky. What I would suggest
is that you try debugging your code in Jacl using a JPDA
debugger. I use JSwat myself, and I start a debug Jacl session
like so:
JACL_DEBUG=1 jaclsh
That will print out the debug socket info to the shell and you
are on your way.
I hope that helps
Mo DeJong
|