The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Wx::Debugger - interface to Debug::Client

DESCRIPTION

new

Simple constructor.

debug_perl

    $main->debug_perl;

Run current document under Perl debugger. An error is reported if current is not a Perl document.

Returns true if debugger successfully started.