logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Aspect::Library::Breakpoint - A breakpoint aspect

Authors

       Adam Kennedy <adamk@cpan.org>

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.

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

See Also