★ wanayoo — archive 1999 https://github.com/microsoft/vscode-java-debug/issues/574Nouvelle recherche | Portail wanayoo
Skip to content
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

Sometimes connot evaluate because of compilation error #574

Closed
sallyur opened this issue Apr 17, 2019 · 0 comments
Closed

Sometimes connot evaluate because of compilation error #574

sallyur opened this issue Apr 17, 2019 · 0 comments

Comments

@sallyur
Copy link

@sallyur sallyur commented Apr 17, 2019

Environment
  • Operating System: Win & Mac
  • JDK version: 8 & 11
  • Visual Studio Code version: 1.33.1
  • Java extension version: 0.42.1
  • Java Debugger extension version: 0.18.0
Steps To Reproduce
  1. Open test project 4.variable
  2. Set BP on the last statement of VariableTest#test
  3. Press F5 to generate launch.json and press F5 again to start debug and wait for BP to be hit
  4. Add watch this.hashCode() verify the result
Current Result

Sometimes can not evaluate in watch or debug console, it will report error as below:
image

image

Expected Result

It can evaluate variables and no error reported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.