Metadata-Version: 2.1
Name: robotframework-debugger
Version: 0.1.4
Summary: A Robot Framework Listener to try keywords and pause execution on failure
Home-page: https://github.com/Snooz82/robotframework-debugger
Author: René Rohner(Snooz82)
Author-email: snooz@posteo.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Framework :: Robot Framework
Requires-Python: >=3.6
Requires-Dist: robotframework (>=3.1)
Requires-Dist: tkinterhtml

# robotframework-debugger
Debugger that can stop execution and shows a Gui to try out Robot Framework commands

## Installation

``pip install robotframework-debugger``

## Usage

use it as listener

``robot --listener Debugger myrobotsuite.robot``  

## RF 3.2 and HTML 

from Robot Framework Version 3.2a1 it is possible to have rendered Keyword Documentation in Debugger.
If you install robotframework-debugger after you installed robotframework >= 3.2a, it is automatically active.
If you installed it before, just do ``pip install tkinterhtml`` to enable rich text docs.


