/ Aspect-1.02 / Aspect::Library::Breakpoint ++
- 01 Feb 2012 02:00:06 GMT
- Module version: 1.02
- Download (108.91K)
- Source (raw)
- Browse (raw)
- Clone repository
- Bugs
- Rate this distribution
- Test results
- License: perl_5
Tools
- Search distribution:
- Toggle Table of Contents
- Reverse dependencies
- MetaCPAN Explorer
Activity
Permalinks
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
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
Copyright 2010 Adam Kennedy.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.