Error in Debug Console When Executing Keywords at Breakpoint: TypeError: Keyword.run() missing context argument
#1086
Labels
TypeError: Keyword.run() missing context argument
#1086
Issue Summary:
When debugging a Robot Framework test case in Visual Studio Code with the Robotframework Language Server extension, I encounter an error when trying to execute keywords in the debug console. This error prevents expected command execution during debugging.
Description:
While debugging, I add a breakpoint in a test case and attempt to manually run a keyword (e.g.,
Should Be Equal
) in the debug console to compare two variables. Instead of executing as expected, it throws the following error:Environment:
Steps to Reproduce:
Breakpoint
.Should Be Equal ${PREFERRED_DATE_TITLE} ${PREFERRED_DATE}
.TypeError
.Sample Test Case:
Expected Behavior:
Keywords should execute without context-related errors in the debug console at a breakpoint.
Request for Assistance:
Please advise on any known solutions or configurations to resolve this context error in the Robotframework Language Server debug console.
The text was updated successfully, but these errors were encountered: