Perl Debugger

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
Guest

Perl Debugger

Post by Guest »

Are there any instructions for debugging with perl from within Zeus?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

There is a tutorial located here:

Windows Start Button, Programs, Zeus for Windows, Tutorials, Perl Debugger.

Note: The Zeus debugger is just a wrapper around the Perl gdb debugger and is fairly limited it what it does.

Also, you will need to have the Perl gdb installed on your system and the installation directory defined in the PATH envirnonment variable.

Cheers Jussi
Post Reply