Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] ruby remote debugging


  you need to create a 'remote launch configuration' inside eclipse and kick it off. it uses a default 'ide key' of 'idekey', which can be changed from the launch configuration tab.

  you will also need a debugging engine on your remote host. at the moment, the basic and fast ruby debuggers are client side only, so i believe your only available option at this point is active state's engine.

  you can follow the instructions here to kick off a remote ruby application, just make sure you've kicked off the remote launch config first.

  http://aspn.activestate.com/ASPN/docs/Komodo/4.4/debugruby.html

  it should be noted that remote debugging sessions don't respect any breakpoints that have been set in the ide right now, but i'm working to find a solution for that problem.
 

On Wed, Jun 25, 2008 at 7:37 AM, Ittay Dror <ittay.dror@xxxxxxxxx> wrote:
Hi,

Sorry for posting to a 'dev' list, couldn't find a 'user' list.

I want to debug a remote ruby application and can't find any howto regarding ruby dltk (other than a post saying ruby-debug doesn't work). Can you please explain or point me to an explanation about how to run the ruby application and what parameters to pass (esp. what is 'ide key')?

Thank you,
Ittay

--
--
Ittay Dror <ittay.dror@xxxxxxxxx>


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
-jae

Back to the top