GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EBUG_SERVER(1) User Contributed Perl Documentation EBUG_SERVER(1)

ebug_client - Debugger server for remote debugging Perl script

version 0.64

 ebug_server [-keepio][-port port] -- script args...

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.

 # 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

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.

Devel::debug, ebug, ebug_client

Original author: Leon Brocard <acme@astray.com>

Current maintainer: Graham Ollis <plicease@cpan.org>

Contributors:

Brock Wilcox <awwaiid@thelackthereof.org>

Taisuke Yamada

This software is copyright (c) 2005-2021 by Leon Brocard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2021-07-10 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.