vscode-java-debug
vscode-java-debug copied to clipboard
Debug breakpoint support `class`
[provide a description of the issue]
I want to break the point where the class is declared, so that I can easily know which processes will go to this class.
Environment
- Operating System:windows10 21H2
- JDK version:17
- Visual Studio Code version:1.63.2
- Java extension version:1.2.0
- Java Debugger extension version:0.37.0
Steps To Reproduce
- start debug a java project
- breakpoint at class declaration
Current Result

Expected Result
Support for class-level breakpoints
Additional Informations
Is there any new news? Or can you help me explain the general principle. I can develop this feature in the second half of the year