NAME
debugAgent.pl - The devel::Debug agent
VERSION
version 0.007
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.
AUTHOR
Jean-Christian HASSLER <hasslerjeanchristian@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.