live-share icon indicating copy to clipboard operation
live-share copied to clipboard

Can't see debugger status at guest when debugging Java

Open CsCherrYY opened this issue 3 years ago • 2 comments

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:

  1. git clone https://github.com/spring-projects/spring-petclinic
  2. Add a breakpoint in PetClinicApplication.java at host machine
  3. Start debugging at host machine
  4. 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: image

guest: image

CsCherrYY avatar Feb 15 '22 08:02 CsCherrYY

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 2 days.

github-actions[bot] avatar Aug 15 '22 10:08 github-actions[bot]

@setaskin Is there any update on this issue?

CsCherrYY avatar Aug 16 '22 01:08 CsCherrYY

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.

nandiniYeltiwar avatar Feb 16 '23 18:02 nandiniYeltiwar

I can verify this issue has been fixed in version 1.0.5831, @nandiniYeltiwar thank you a lot for the help!

CsCherrYY avatar Feb 20 '23 02:02 CsCherrYY