NAME

Test::DBGp - Test helpers for debuggers using the DBGp protocol

SYNOPSIS

use Test::DBGp;

dbgp_listen();

# start program under debugger

dbgp_wait_connection($EXPECTED_APPID);

dbgp_command_is(['step_into'], {
    reason      => 'ok',
    status      => 'break',
    command     => 'step_into',
});

DESCRIPTION

Various helpers to write tests for modules dealing with the DBGp debugger protocol.

AUTHOR

Mattia Barbon <mbarbon@cpan.org>

LICENSE

Copyright (c) 2015-2016 Mattia Barbon. All rights reserved.

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