Devel-Debug-DBGp

 view release on metacpan or  search on metacpan

Devel/Debug/DBGp.pm  view on Meta::CPAN

There is no need to use any of the functions below unless you are
writing an higher-level interface to the debugger (for example
L<Plack::Middleware::DBGp>).

=head2 connectOrReconnect

    DB::connectOrReconnect();

Connects to the debugger client (closes the current connection if any).

If the debugger client is not listening at the specified endpoint,
debugging is disabled (via L</disable>) and execution continues
normally.

=head2 isConnected

    my $connected = DB::isConnected();

Whether the debugger is connected to a client.

=head2 disable



( run in 0.376 second using v1.01-cache-2.11-cpan-cc502c75498 )