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.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Or, using Module::Builder:
perl Build.PL
./Build
./Build test
./Build install
After installing, you can find documentation for this module with the perldoc command.
perldoc Language::Befunge::Debugger
You can also look for information at:
. Search CPAN
http://search.cpan.org/dist/Language-Befunge-Debugger . CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Language-Befunge-Debugger . AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Language-Befunge-Debugger . CPAN Ratings:
http://cpanratings.perl.org/d/Language-Befunge-Debugger
Copyright (c) 2007 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.