vscode-perl-debug
vscode-perl-debug copied to clipboard
Add watch break points
It would be nice if we could tap into the ui a bit more - perl debugger supports variable / expression change breakpoints - we just need a proper way to maintain these.
Support for this has very recently been added to vscode in the form of "data breakpoints", cf. https://github.com/Microsoft/debug-adapter-protocol/issues/20
Thats interesting!