Padre::Wx::Debugger - Interface to the Perl debugger.


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Debugger - Interface to the Perl debugger.

DESCRIPTION

Top

Padre::Wx::Debugger provides a wrapper for the generalised Debug::Client.

It should really live at Padre::Debugger, but does not currently have sufficient abstraction from Wx.

METHODS

Top

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.


Padre documentation  | view source Contained in the Padre distribution.