-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Description
Environment
- Operating System: Any
- JDK version: Java8+
- Visual Studio Code version: 1.66.2
- Java extension version: v1.5.0
- Java Debugger extension version: v0.40.1
Steps To Reproduce
- Try to place a breakpoint into a lambda expression similar to typescript
Current Result
Cannot place the beak-point.
Expected Result
Should be able to place breakpoints like in typescript code.
Additional Informations
It seems methods entry breakpoints are not supported as well. And both these type of breakpoints are not support with upstream jdt debug project.
FunctionDJ