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 - unable to debug bouncycastle jce (bcprov.jar)
Summary: unable to debug bouncycastle jce (bcprov.jar)
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 08:16 UTC by karamba84
Modified: 2014-07-16 08:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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