0

I downloaded this extension for Visual Studio 2015, but I can't debug my Java files. I don't know if there is any conflict between extensions, but already tried various methods (disabled all extensions, reinstalling the java compatibility one...). The debug button is disabled, and the green "play" button is rather labeled "Attach...". Thanks in advance. Even after changing my JDK to 7, I still can't debug.

2
  • What jdk version are you using? Do you have any errors? If so, edit the question and add them Commented Sep 5, 2016 at 21:22
  • I'm using 1.8.0_101. It shows no errors, just won't let me debug the file. Commented Sep 5, 2016 at 21:26

1 Answer 1

1

The description of the extension clearly states that

Support for the 32- and 64-bit releases of the standard JDK 6 and 7 (HotSpot VM)

You will have to switch to another version of the jdk, wait for an update of the extension or simply use a different IDE/editor, I'm afraid.

Sign up to request clarification or add additional context in comments.

1 Comment

I still can't seem to debug, even after changing to JDK 7.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.