v0.75.0
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 passingNone. 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)