Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to remote debug perl script usip EPIC tool of eclipse.?

by chrestomanci (Priest)
on Feb 21, 2012 at 08:49 UTC ( [id://955252]=note: print w/replies, xml ) Need Help??


in reply to How to remote debug perl script usip EPIC tool of eclipse.?

My experience with debugging perl via EPIC has not been that positive. In general I have found that EPIC works well for simple scripts and demos, but if you attempt to debug something complex such a Catalyst application with it's very deep stack, or a DBIx::Class or Moose application with a complex and deeply inherited class structure, the whole thing grinds to a halt, and you frequently have to kill perl processes, and eclipse.

On the basis of that, my advice would be to learn how to use the perl command line debugger and debug over an SSH console session. If you must use a GUI debugger, then you could use the ptkdb debugger over an X11 session, but I don't recommend it.

  • Comment on Re: How to remote debug perl script usip EPIC tool of eclipse.?

Replies are listed 'Best First'.
Re^2: How to remote debug perl script usip EPIC tool of eclipse.?
by LanX (Saint) on Feb 21, 2012 at 11:53 UTC
    IMHO no X11 session is needed just portforwardings. The builtin editor/gui support works via that interface.

    Though i never tried it myself.

    Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://955252]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found