Commit f80cbd9
committed
fix: debugger now also supports dictionary expressions
given this example:
```robot
*** Variables ***
&{DICTIONARY_EXAMPLE1} output_dir=${OUTPUT DIR}
... AA=${DUT_IP_ADDRESS_1}
... ZZ=${{{1:2, 3:4}}}
```
now you can also evaluate expressions like
```
${DICTIONARY_EXAMPLE1}[output_dir]
```
in the debugger.1 parent da8692c commit f80cbd9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1184 | 1184 | | |
1185 | 1185 | | |
1186 | 1186 | | |
1187 | | - | |
| 1187 | + | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
| |||
1200 | 1200 | | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | | - | |
| 1203 | + | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | 1206 | | |
| |||
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
1274 | | - | |
| 1274 | + | |
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| |||
0 commit comments