Commit 1cc6680
committed
feat(debugger): switching between "keyword" and "expression" mode by typing
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# exprmode into debug console (default: keyword mode)1 parent 043842c commit 1cc6680
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1306 | 1306 | | |
1307 | 1307 | | |
1308 | 1308 | | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1309 | 1317 | | |
1310 | 1318 | | |
1311 | 1319 | | |
| |||
0 commit comments