Hello All:

I can debug through the JDK source fine, but what if I want to set a breakpoint on a line in the JDK source?  E.g. I put a breakpoint on the following:
 
socket = new Socket( hostAddress, hostPort.intValue() );
 
in my code, how do I set a breakpoint in Socket.java?  Do I need to pull it local to my project? 
 
 
Thanks.
 
Jeff Rancier
Sr. Software Engineer
Softechnics, Inc.
7063 Interstate Island Rd.
Syracuse, NY  13209
Tel (315) 706-1111
Fax (315) 706-9999
mailto:[EMAIL PROTECTED]
http://www.softechnics.com
 
 

Reply via email to