microsoft / microsoft/vscode-java-debug

Debug breakpoint support `class`

Open
#1,110 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ai-triaged breakpoint enhancement feature request
Dominant language
TypeScript
Stars
591
Forks
429
Avg merge
1d 9h
Merged PRs (30d)
19

Description

[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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in a Java project with the Java Debugger extension, placing a breakpoint on a class declaration. Trace how the debugger handles that breakpoint location; done means class-level breakpoints are accepted and stop at the declaration as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, typescript
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.