javavscode
javavscode copied to clipboard
Add support for inline breakpoints for lambda
When debugging a line with lambda, in vscode terms you can use inline breakpoints just to suspend at a specific lambda. Today this extension only supports line breakpoints and inline breakpoints added in vscode ui side are ignored and treated as line breakpoints.
https://github.com/microsoft/vscode-java-debug/issues/1193

@pron As you requested in #31
@Achal1607 any update from the NB side for this ?
Any update on this issue ?