Metadata-Version: 1.2
Name: robotframework-debugger
Version: 0.2.0
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
Description: # 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.
        
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
