live-share
live-share copied to clipboard
Can't see debugger status at guest when debugging Java
Describe what happened:
When I try to debug a Java file using Live-Share, I can start the debug session and stop at the breakpoint in the host machine, but there is nothing at the guest machine.
What was your system configuration? Product and Version [VS/VSCode]: VS Code 1.64.2 OS Version[macOS/Windows]: Windows_NT x64 10.0.22000 Live Share Extension Version: 1.0.5330 Target Platform or Language [e.g. Node.js]: Java
Steps to Reproduce / Scenario:
- git clone https://github.com/spring-projects/spring-petclinic
- Add a breakpoint in
PetClinicApplication.java
at host machine - Start debugging at host machine
- See the results below
Please attach logs to this issue: You can access them via the Live Share: Export Logs command from the command palette (ctrl + shift + p) and attach them to this issue
Screenshots
If applicable, add screenshots to help explain your problem.
host:
guest:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 2 days.
@setaskin Is there any update on this issue?
A fix has been released in the latest version 1.0.5831. Please update to latest build and let us know if you are still facing issues.
I can verify this issue has been fixed in version 1.0.5831, @nandiniYeltiwar thank you a lot for the help!