Does IntelliJ use the JDK's debugger?

Answered

Sorry for the noob question.

I read that the JDK contains a debugger. Does IntelliJ's inbuilt debugger use this JDK's debugger in some way or is it only for command line debugging?

0
1 comment

It's only for command line debugging (if you are referring to the jdb utility). IntelliJ IDEA uses Java Debugger API to communicate with the process you debug.

0

Please sign in to leave a comment.