Skip to content

Releases: imbus/robotframework-debuglibrary

v2.5.0

Choose a tag to compare

@xyb xyb released this 12 Jan 09:28
a8bcf31
  • support robotframework 7.0
  • drop support for python 3.7

v2.4.0

Choose a tag to compare

@xyb xyb released this 11 Jan 08:02
  • 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

Choose a tag to compare

@xyb xyb released this 07 Jun 10:45
  • 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

Choose a tag to compare

@xyb xyb released this 29 Mar 07:42
  • Adding default empty string tuple to ensure proper formatting of prompt

v2.2.1

Choose a tag to compare

@xyb xyb released this 17 Jul 06:47
  • explicitly declare the dependent package prompt-toolkit must be >=2

v2.2.0

Choose a tag to compare

@xyb xyb released this 17 May 14:10
  • add Debug If keyword
  • rename libs' short name from l to ls to avoid conflict with command list

Support step debugging

Choose a tag to compare

@xyb xyb released this 09 May 16:10
  • add step, next, continue, list and longlist commands

v2.0.0

Choose a tag to compare

@xyb xyb released this 03 May 09:59
  • 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

Choose a tag to compare

@xyb xyb released this 05 Feb 09:11

Changelog since v1.1:

  • added support for command d(ocs)
  • Fix keyword discovery command
  • fix PermissionError when running rfdebug on Windows

v1.1

Choose a tag to compare

@xyb xyb released this 23 Feb 03:01

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