On Fri, Dec 4, 2009 at 3:08 PM, Peter Gordon <[email protected]> wrote: > ============================================================== > And now for the problem you asked on perlmonks. Reading between the > lines, I assume that Padre needs to run a debugging perl session in the > background and interact with it. If that is the case, there you could do > this: > > Open a server socket in Padre and wait for socket events. > Run perl in debug mode with RemotePort defined as an option. If you look > at perl5db.pl you will find a description and the implementation. > Now you should be able to interact with it.
I have already written the client that talks via the socket but I still have not figured out how am I going to hook up its events to the GUI. At least not on Windows. Gabor _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
