Skip to content

v0.75.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 22:56
· 122 commits to main since this release
v0.75.0
734c670

Bug Fixes

  • debugger: Correct wrong lineno informations from robot in listener start_(test/suite/keyword) lineno is None (b4f9c5c)

    If RobotFramework executes a test case, keyword or so, where the line number is not set internally, i.e. None, it generates an empty string for the line number in the listener instead of also passing None. This rarely happens, but it does occur.

  • debugger: Fix some small glitches when robot is terminated but the Vscode is not fast enough to notice it ;-) (5fdb0d7)

Features

  • vscode: Debugger now uses the new Python Debugger extension as default debugger for python (aab6b6d)

    Microsoft rewrites the debugger extension for python and this will be the new standard extension for debugging python code. see here