Does IntelliJ use the JDK's debugger?

已回答

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

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

请先登录再写评论。