Mitul Dabhi
answered Nov 30 '-1 00:00
1. Download the Komodo Remote Debugging Package
http://code.activestate.com/komodo/remotedebugging/
find "Tcl Remote Debugging Client"
check suitable package as per your operating system and download it.
i am download for windows(x86) .
**i am using window for below step now**
2. extract zip
and i got folder name "Komodo-TclRemoteDebugging-10.1.1-89474-win32-x86"
and copy folder to "Tcl installed folder at c directory" in my case it is (c://Tcl)
make new folder called "Debugger" and paste extracted folder "Komodo-TclRemoteDebugging-10.1.1-89474-win32-x86" to newly created folder "Debugger"
3. configure Eclipse
go to menu : Window -> Preferences , select tcl -> Debug -> Engines
now at Paths tab , click on the path against localhost and select path at c://Tcl/Debugger/Komodo-TclRemoteDebugging-10.1.1-89474-win32-x86/dbgp_tcldebug.exe
and save Preferences
4. set breakpoint and debug TCL script .
Hurry !!