Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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