Releases: xyb/robotframework-debuglibrary
Releases · xyb/robotframework-debuglibrary
v2.5.0
- support robotframework 7.0
- drop support for python 3.7
v2.4.0
- support python 3.9, 3.10, 3.11 and 3.12
- drop support for python 3.6
- upgrade robotframework to >= 4.0
- upgrade prompt-toolkit to 3.x
v2.3.0
- drop support for python 3.5
- get source file and lineno in RF 4.0
- use exc.message instead of full_message which was removed in RF 5.0
v2.2.2
- Adding default empty string tuple to ensure proper formatting of prompt
v2.2.1
- explicitly declare the dependent package prompt-toolkit must be >=2
v2.2.0
- add Debug If keyword
- rename libs' short name from l to ls to avoid conflict with command list
Support step debugging
- add
step
, next
, continue
, list
and longlist
commands
v2.0.0
- drop python 2 and 3.4 support
- upgrade prompt-toolkit to 2.x
- prompt-toolkit 3 is not compatible with python3.5
- split the huge source file into small pieces
- refactory
v1.2
Changelog since v1.1:
- added support for command d(ocs)
- Fix keyword discovery command
- fix PermissionError when running rfdebug on Windows
v1.1
Changelog since v1.0:
- change the minimum requirement of robotframework to version 2.9
- support keyword document including non-ASCII characters
- support import library with arguments
- support passing pybot's arguments, disabled all logs by default
- support press ctrl+c to interrupt running keywords
- support comment format of robotframework
- print value if input variable name only