Devel-Chitin
view release on metacpan or search on metacpan
t/17-db-event-loop.t view on Meta::CPAN
# Tests that callbacks are routed properly when more than one debugger is attached
use strict;
use warnings;
use Test2::V0; no warnings 'void';
BEGIN { $^P = 0x73f } # Turn on all the debugging stuff
use lib 't/lib';
use SampleCode;
setup_breakpoints_and_actions();
TestDB1->attach();
( run in 0.244 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )