microsoft / microsoft/vscode-java-debug
Show logical structure apparently does not work
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
Looks like the show logical structure setting is no longer working on remote debugging sessions. I am unable to see content of hashmaps and/or collections.
Probably caused by the same issue, conditional breakpoints don't work. I get a error card with error: 'Project MyApplication cannot be found.' I definitely don't have a project named 'MyApplication'.
Environment
- Operating System: ubuntu 22.04.2
- JDK version: 1.8
- Visual Studio Code version: 1.78
- Java extension version: 0.25.11
- Java Debugger extension version: 0.50.0
Steps To Reproduce
- attached to running wildfly server
- create some breakpoint, try and inspect hashmaps and/or collections.
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
Reproduce the issue by attaching to a running WildFly server, setting a breakpoint, and inspecting hashmaps or collections during a remote debugging session. Also check a conditional breakpoint and its “Project MyApplication cannot be found” error. Done means logical structure displays collection contents and conditional breakpoints work without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100