RE: [tcljava-user] java debugger
Brought to you by:
mdejong
From: Nettles, S. <ste...@am...> - 2006-01-26 16:52:57
|
Take a look at the tclblend_init global variable as descibed in the docs (TclJava Commands/The Java package). I think this will do what you want to do. You can have a statement in your tcl script that looks like: set tclblend_init "-Xdebug -Xnoagent -Djava.compiler=3DNONE -Xrunjdwp:transport=3Ddt_socket,address=3D8766,server=3Dy,suspend=3Dy" ________________________________ From: tcl...@li... [mailto:tcl...@li...] On Behalf Of Patnaik, Anjela Sent: Thursday, January 26, 2006 10:03 AM To: tcl...@li... Subject: [tcljava-user] java debugger =09 =09 Hello,=20 Is it possible to launch a java debugger to troubleshoot=20 java code invoked via tclblend?=20 We are using tclblend 1.3.2 with tcl 8.4.11 on=20 windows 2k PCs.=20 If someone has figured out how to invoke the debugger,=20 pls reply to the mailing list. Thanks much.=20 |