develooper Front page | perl.perl6.internals | Postings from August 2002

[COMMIT][PDB] Condition breakpoint & watchpoints.

From:
Daniel Grunblatt
Date:
August 25, 2002 22:07
Subject:
[COMMIT][PDB] Condition breakpoint & watchpoints.
Message ID:
Pine.BSO.4.33.0208260233530.13408-100000@trinity.mali.com.ar
I just added condition breakpoints and watchpoints, now you can do:

(pdb) b 4 if S14 <= "parrot"

See docs/debugger.pod for details.

Is it worst to allow something like this?:

if (((S14 == I0) && (I4 <= N3) && (N3 < 4.5 < N7)) || (I5 == 32))

Daniel Grunblatt.





nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About