communication between to interpreters
I have an tcl project running with tclsh.exe.... In this project I
would like to create an other Interpreter in a separate application as
an small debugger for global variables.
One possibility is to use DDE Server/Client. I'm wondering if it's
possible to use TCOM or COM/DCOM zu communicate between the two tcl
interpreters?
Thankful for every help :)
core
.
Relevant Pages
- Re: debugging translated code, was Is Assembler
... The first question is do you want to be debugging with a C debugger? ... You are better off building an interpreter for that. ... trace generatore) into your HLL or its translation. ... Well, we built an interpreter. ... (comp.compilers) - Re: pdb.py - why is this debugger different from all other debuggers?
... > Python code uses the tools that come with Python, ... interpreter was mentioned which, alas, doesn't come with Python. ... > through the code is one of the least valuable thing a debugger does, ... stepping in pydb.py does have this little ... (comp.lang.python) - Feature Request: Py_NewInterpreter to create separate GIL (branch)
... Interprocess communication is tedious and out of question, so I thought about simply using a more Python interpreter instances with extra GIL in the same process. ... Would it be a possibilty in next Python to have the lock separate for each Interpreter instance. ... (comp.lang.python) - Re: communication between to interpreters
... would like to create an other Interpreter in a separate application as ... an small debugger for global variables. ... One possibility is to use DDE Server/Client. ... You may use the tcllib comm package: ... (comp.lang.tcl) - Re: seg fault
... I've never used a debugger, ever, but I thought I'd give this a go. ... problem was to get gdb for Windows, but 10-15 mins on google and no luck ... due also to errors in the compiler, or to errors in the compiler than ... the line number in the interpreter which is not very useful; ... (comp.lang.c) |
|