NAME
debugAgent.pl - The devel::Debug agent
VERSION
version 1.001
SYNOPSIS
#on command-line
#... first launch the debug server (only once)
tom@house:debugserver.pl
server is started...
#now launch your script(s) to debug
tom@house:debugagent.pl path/to/scripttodebug.pl
#in case you have arguments
tom@house:debugagent.pl path/to/scripttodebug.pl arg1 arg2 ...
#now you can send debug commands with the devel::debug::server::client module
DESCRIPTION
to debug a perl script, simply start the server and launch the script with debugagent.pl.
SEE ALSO
See Devel::Debug::Server for more informations.
AUTHOR
Jean-Christian HASSLER <hasslerjeanchristian at gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Jean-Christian HASSLER.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.