redhat-developer / redhat-developer/vscode-java
Open class files in VSCode and add a debug breakpoint anywhere
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
I'm trying to add a breakpoint in a class library. I must first open the target library class file (decompiled), and add a breakpoint later.

But it looks like I can view the class library only while debugging the java application. How can I goto specific library class file in vscode?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the Java debugging workflow in VS Code and investigate how the extension exposes decompiled target library classes; done would mean opening a specific library class and adding a breakpoint without first starting the application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100