Where can I find the source code for the com.sun.jdi package?

884 views Asked by At

I wanna to see how to debug the java code using jdi, but i don't know where to get the source code about it. is it in jdk? I have used eclipse to import the src.zip in jdk but that seems doesn't contain the infomation about jdi, where can i find it?

1

There are 1 answers

0
devrobf On

You can get the source for the OpenJDK implementation of the package here. Just use the tree view on the left to select the package you want.