Feature
- debugger: Expanding dict and list variables in the variable view of the debugger, this also works in hints over variables, in the watch view and also by evaluating expressions/keywords in the command line of the debugger (
2969379) - Show deprecation information if using
Force TagsandDefault Tags(f23e5d0) - Complete reserved tags in Tags settings (
483b9ac) - Show more informations in hint over a variables import (
735a209) - debugger: Simple keyword completion in debugger (
6b1ffb6) - debugger: Switching between "keyword" and "expression" mode by typing
# exprmodeinto debug console (default: keyword mode) (1cc6680) - debugger: Debugger does not stop on errors caught in TRY/EXCEPT blocks (
043842c)
Fix
- debugger: Hide uncaught exceptions now also works correctly for RF >=5 and < 6.1 (
f784613) - debugger: (re)disable attachPython by default (
26ee516) - Correct message output in test results view (
b18856f) - Stabilize debugger with new vscode version > 1.79 (
d5ad4ba) - Update diagnostic for Robocop 4.0 release after disablers module was rewritten (
6636bfd)