Re: communication between to interpreters



Hello Gerald.

I use this activeState debugger already with eclipse IDE, but how can
I remotely debug my running tclsh project with it without influencing
my main application? I just want to have an small debugger for
checking the values of global variables.

What exactly is the tcl event loop? I think you mean this part of
code:

proc loop {} {....}

after idle loop
....

black
.