Language::Befunge::Debugger - a graphical debugger for Language::Befunge


Language-Befunge-Debugger documentation  | view source Contained in the Language-Befunge-Debugger distribution.

Index


NAME

Top

Language::Befunge::Debugger - a graphical debugger for Language::Befunge

SYNOPSYS

Top

    $ jqbefdb







DESCRIPTION

Top

Language::Befunge::Debugger provides you with a graphical debugger for Language::Befunge. This allow to follow graphically your befunge program while it gets executed, update the stack and the playfield, add breakpoints, etc.

CLASS METHODS

Top

my $id = Language::Befunge::Debugger->spawn( %opts );

Create a graphical debugger, and return the associated POE session ID. One can pass the following options:

file => $file

A befunge program to be loaded for debug purposes.

PUBLIC EVENTS

Top

The POE session accepts the following events:

breakpoint_remove( $brkpt )

Remove a breakpoint from the list of active breakpoints.

BUGS

Top

Please report any bugs or feature requests to < language-befunge-debugger at rt.cpan.org>, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Language-Befunge-Debugger. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Top

Language::Befunge, POE, Tk.

Development is discussed on <language-befunge@mongueurs.net> - feel free to join us.

You can also look for information on this module at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Language-Befunge-Debugger

* CPAN Ratings

http://cpanratings.perl.org/d/Language-Befunge-Debugger

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge-Debugger

AUTHOR

Top

Jerome Quelin, <jquelin at cpan.org>

COPYRIGHT & LICENSE

Top


Language-Befunge-Debugger documentation  | view source Contained in the Language-Befunge-Debugger distribution.