-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Debugging is not showing the source file #905
Comments
Good find! |
Does this issue still exist in the latest debugger 0.37.0? |
The problem does not exist in Debugger for Java v0.37.0. |
thank you for confirm. I'm closing it, feel free to reopen it if you suffered the issue again. |
am seeing the same problem in v0.55.2023121302 |
I'm also seeing this on v0.57.0 |
I'm also seeing this on v0.57.0, it shows "Could not load source 'XXX.java': SourceRequest: property 'sourceReference' is missing, null, or empty." |
Something happened from v0.28.0 to v0.29.0. After I upgraded the extension "Debugger from Java", VS Code doesn't show me the source code when it stops in a breakpoint. Instead, it shows me the ".class" file. It's weird, because:
If I downgrade the extension to v0.28.0, then it shows the correct source code file and highlights the correct line of code.
I'm using Remote Development Extension
Environment
Steps To Reproduce
Current Result
It will show a .class file with the skeleton of the class
Expected Result
Show the source code and highlight the line
Additional Informations
The text was updated successfully, but these errors were encountered: