You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(debugger): switching between "keyword" and "expression" mode by typing # exprmode into debug console (default: keyword mode)
In the expression mode you can enter python expression and ask for variables and so on.
In keyword mode you can enter robot framework statements, i.e. simple keyword call, IF/FOR/TRY statements, this also allows multi line input
0 commit comments