In visual studio development environment when you use a library if you have the related pdb you can dig into their sources during debug. I wonder is there any way to have this feature when you are developing under Java with IntelliJ Idea IDE?
I want to see what hibernate do.
In visual studio development environment when you use a library if you have the
Share
Of course, quoting the documentation:
The documentation doesn’t mention you can then debug external libraries, which is obviously also possible.
In order to add sources choose:
+iconIf you are using build tool like maven, IntelliJ will automatically download and attach available source to all libraries, no manual work needed.