debian man page for ebug_server

Query: ebug_server

OS: debian

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

EBUG_SERVER(1p) 					User Contributed Perl Documentation					   EBUG_SERVER(1p)

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.
SEE ALSO
Devel::debug, ebug, ebug-client
AUTHOR
Taisuke Yamada, <tyamadajp!list!rakugaki!org> perl v5.14.2 2012-03-11 EBUG_SERVER(1p)
Related Man Pages
remote-viewer(1) - debian
ibaddr(8) - debian
ibstat(8) - debian
devel::ebug(3pm) - debian
qpsmtpd::connection(3pm) - debian
Similar Topics in the Unix Linux Community
epoll, sockets and threads
how to grep a file in list
How to create domain controller in Linux for windows client?