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

Debug breakpoint support `class`

Open mozhuanzuojing opened this issue 3 years ago • 1 comments

[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
  1. start debug a java project
  2. breakpoint at class declaration
Current Result

image

Expected Result

Support for class-level breakpoints

Additional Informations

mozhuanzuojing avatar Jan 16 '22 02:01 mozhuanzuojing

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

mozhuanzuojing avatar Mar 13 '22 03:03 mozhuanzuojing