Re: [RDT-Dev] Debugging hooks into JRuby?

2006-01-11 Thread Werner Schuster (murphee)
Markus Barchfeld wrote: After the launch of the debugee (with -reclipseDebug) the Eclipse part connects as client to the debugge with the ruby part running a tcp server in the debugee's process. On Eclipse's side the socket input is polled in a thread and delivers the events (breakpoint hit, e

[RDT-Dev] Fwd: [Rails] Fast Ruby Debugger?

2006-01-11 Thread Joseph Moore
Hi all -- here's some action from the ruby-core mailing list regarding fast debuggers.Also, some people recomended looking at ZenHacks, which has ZenDebugger.  It's available as a gem: gem install zenhacks --include-dependencies -- Joe-- Forwarded message --From: Michael Trier < [E

Re: [RDT-Dev] Debugging hooks into JRuby?

2006-01-11 Thread Markus Barchfeld
Werner Schuster (murphee) wrote: Markus Barchfeld wrote: After the launch of the debugee (with -reclipseDebug) the Eclipse part connects as client to the debugge with the ruby part running a tcp server in the debugee's process. On Eclipse's side the socket input is polled in a thread and del