This is the command ebug_serverp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ebug-server - Debugger server for remote debugging Perl script
SYNOPSIS
ebug-server [-keepio][-port port] -- script args...
DESCRIPTION
ebug-server is an debugger server for remote debugging Perl script, using ebug-client.
When invoked, it will show you how to invoke ebug-client.
EXAMPLE
# Run hello.pl and wait for "ebug-client" to attach
$ ebug-server -- hello.pl
# Same as above, but keep I/O happen on server side
$ ebug-server -keepio -- hello.pl
NOTE
You can't specify secret key - it must be generated automatically. Also, you can't
specify port below 3141.
Since Devel::ebug::Backend listens to "localhost" socket, you will need to relay I/O using
tool like socat for true remote debugging.
Use ebug_serverp online using onworks.net services