NAME
Debug::Client - debugger client side code for Padre, The Perl IDE.
VERSION
This document describes Debug::Client version 0.20
SYNOPSIS
use Debug::Client;
my $debugger = Debug::Client->new(host => $host, port => $port);
$debugger->listener;
Where $host is the host-name to be used by the script under test (SUT)
to access the machine where Debug::Client runs.
more»
0.20 2012.04.09
- change carp dependancy to 1.20 in test (BOWTIE)
0.19 2012.04.08
- fix for #1415 (WHUMANN, BOWTIE)
- drop Carp to 1.20, packaging request (VOEGELAS)
- add a README (BOWTIE)
- remove dead code (BOWTIE)
- re-factor some variables and tidy up (BOWTIE)
- fix p|x to display $tring refs x \$tring (BOWTIE)
0.18 2012.03.07
- bumped to 0.18 (BOWTI
more»