microsoft / vscode-mock-debug

Starter sample for developing debug adapters for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch on reference not working

kenybrown opened this issue · comments

my $ref = 'ref';
$$ref{aaa} = bbb;
Watch structure always empty
Windows 10
Strawberry Perl 5.26

Why is this filed against Mock debug?