| QG | Visual perl debugger |
![]()
Status is alpha. Works on UNIX and on Win32 with YeP-perl.
- Download TiX.
- Download Wish-Perl and be sure it works.
- Download and install Data::Dumper module form CPAN. (Just copy Dumper.pm to your
/qub/lib/Data/directory).- Patch your
/qub/lib/perl5db.pl(disable console ;-)
310c310,312 < if (defined $console) { --- > $console = undef; > > if (defined $console) {- Download YeP visual debugger v 0.1 alpha
- When staring debugging be sure that you have
.perldbin your current directory- Apr 27. You are able to debug Unix / Windows CGI's with current version of vdb.tar.gz
You may take a look at some Windows 95 results presented at Vlad Vlassenko's page
Find a bug? Have a suggestion? Have a business proposal? - do tell.
| QG | Visual perl debugger |