Aspect::Library::Breakpoint.3pm

Langue: en

Version: 2010-05-27 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Aspect::Library::Breakpoint - A breakpoint aspect

SYNOPSIS

   use Aspect;
   
   aspect Breakpoint => call qr/^Foo::refresh/;
   
   my $f1 = Foo->refresh_foo;
   my $f2 = Foo->refresh_bar;
   
   # The debugger will go into single statement mode for both methods
 
 

SUPER

Aspect::Modular

DESCRIPTION

"Aspect::Library::Breakpoint" is a reusable aspect for implementing breakpoints in the debugger in patterns that are more complex than the native debugger supports.

AUTHORS

Adam Kennedy <adamk@cpan.org> Copyright 2010 Adam Kennedy.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.