[gambit-list] multithreaded debugging fun
Marc Feeley
feeley at iro.umontreal.ca
Sat Jun 20 14:53:40 EDT 2009
On 19-Jun-09, at 11:47 PM, lowly coder wrote:
> Right now, in xterm 3, if I do:
>
> (define x (make-thread ...some code to throw an error...))
> (thread-start! x) ; a new xterm window pops up
> (thread-terminate! x)
>
> now, my new xterm window is useless, however it still sticks around
> -- is there a way to have that xterm window auto vanish on the
> thread being killed?
>
> [I'm not quite seeing an ibvious way to do this.[
>
> Thanks!
I've improved the remote debugger to implement this and also REPL line-
editing with history. See the attached file.
Marc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remote-debugger.tar.gz
Type: application/x-gzip
Size: 4030 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20090620/b3aabe2c/attachment.bin>
-------------- next part --------------
More information about the Gambit-list
mailing list