vscode-perl-debug icon indicating copy to clipboard operation
vscode-perl-debug copied to clipboard

Add watch break points

Open raix opened this issue 8 years ago • 2 comments

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.

raix avatar Nov 27 '16 21:11 raix

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

hoehrmann avatar Mar 01 '19 19:03 hoehrmann

Thats interesting!

raix avatar Mar 02 '19 07:03 raix