Closed
Description
Describe the bug
I'd like to execute Keywords through Debug Console, or any other way to control execution during a breakpoint.
Some post says it's possible, like this one: #23
And I'm pretty sure I was able to do it in my first attempts...
If I set a breakpoint and enter Keyword in VSCode Debug Console, I obtain this error message:
AttributeError: 'Logger' object has no attribute 'delayed_logging'
Anyway I get the same message with any text so, is it really possible ?
Thank you
Steps To Reproduce
Steps to reproduce the behavior:
- Install VSCode and RobotCode extension (1.2.0 or 1.3.0-dev4 from vsix)
- Set breakpoint
- enter command in Debug Console
Desktop (please complete the following information):
- Robot Framework 7.3 (Python 3.12.6 on win32)
- VSCode 1.100.2
- RobotCode 1.2.0 / 1.3.0-dev4