This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237234

Summary: unable to debug bouncycastle jce (bcprov.jar)
Product: debugger Reporter: karamba84
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: JPESKA
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description karamba84 2013-10-17 08:16:37 UTC
I have a project which relies on bouncycastle's JCE (bcprov) provider and i was unable to debug it. I asked in the github repo of BC as i thought that looks like a bug because i installed the sources. Which means i should be able to step into the code. Netbeans complained that the sources where compiled without debugging info. Very wierd, as i just installed the sources.

So i posted here:
https://github.com/bcgit/bc-java/issues/41



Now i installed the bcprov-debug jar (http://www.bouncycastle.org/download/bcprov-debug-jdk15on-149.jar) instead of the regular one and also the sources of the regular bcprov. Now i can at least go to the definitions of the functions, see sources etc. but i can not step into methods with F7. I always have to first go to the method with ctrl+mouse click, then set a breakpoint in the new method and hit continue. Would be really nice if this could be somehow done better like on the regular debugger.
Comment 1 Jan Peska 2014-07-16 08:45:10 UTC
Please attach some sample project and steps to reproduce this issue and reopen.

Thanks