Releases: imbus/robotframework-debuglibrary
Releases · imbus/robotframework-debuglibrary
v2.5.0
12 Jan 09:28
Compare
Sorry, something went wrong.
No results found
support robotframework 7.0
drop support for python 3.7
v2.4.0
11 Jan 08:02
Compare
Sorry, something went wrong.
No results found
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
07 Jun 10:45
Compare
Sorry, something went wrong.
No results found
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
29 Mar 07:42
Compare
Sorry, something went wrong.
No results found
Adding default empty string tuple to ensure proper formatting of prompt
v2.2.1
17 Jul 06:47
Compare
Sorry, something went wrong.
No results found
explicitly declare the dependent package prompt-toolkit must be >=2
v2.2.0
17 May 14:10
Compare
Sorry, something went wrong.
No results found
add Debug If keyword
rename libs' short name from l to ls to avoid conflict with command list
Support step debugging
09 May 16:10
Compare
Sorry, something went wrong.
No results found
add step, next, continue, list and longlist commands
v2.0.0
03 May 09:59
Compare
Sorry, something went wrong.
No results found
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
05 Feb 09:11
Compare
Sorry, something went wrong.
No results found
Changelog since v1.1:
added support for command d(ocs)
Fix keyword discovery command
fix PermissionError when running rfdebug on Windows
v1.1
23 Feb 03:01
Compare
Sorry, something went wrong.
No results found
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