Skip to content

rwb.DebugLibrary User Guide

boakley edited this page Jun 20, 2012 · 2 revisions

Description

rwb.DebugLibrary is a robotframework keyword library with keywords useful for debugging robot test suites.

At present this library has a single keyword, "breakpoint". This keyword will block, and then wait for XMLRPC commands on port 8911 (or a port specified when referencing the library)

(I know there's not enough detail here to actually use the keyword; I'll write more when I have the time)

Usage

*** Settings ***
| Library | rwb.DebugLibrary

*** Test Cases ***
| Example Test Case
| | breakpoint | hello, world

Clone this wiki locally