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 148920 - Can't debug module wrappers
Summary: Can't debug module wrappers
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 08:32 UTC by akiliyevich
Modified: 2010-04-29 09:44 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 akiliyevich 2008-10-02 08:32:28 UTC
I can't debug module wrappers.
I have attached sources of module wrapper jar file, as it is specified on 
http://wiki.netbeans.org/AttachSourceToLibrary
It works, Netbeans sees and passes into the sources. 
But the debugger ignores them and does not come on "Step Into (F7)".
We have many applications, many common sources, which are attached as module wrappers.
Therefore, the problem is critical and can make us not use Netbeans platform.
The problem repeats in Netbeans release 6.1 and 6.5.
Is it possible to debug module wrappers?
Comment 1 Daniel Prusa 2008-10-03 12:49:23 UTC
Can you check if the source root of the sources you have attached is listed among items in the Sources view?
To do it, start debugger and, in main menu, go to Window->Debugging->Sources (or alternatively, open it by Alt+Shift+8).
If the source root is present, check also value of "Use for debugging" property (it should be set to true).
Comment 2 Peter Pis 2008-10-03 12:55:38 UTC
I've tried this and everything works fine. Please try suggestions by Dan.
Comment 3 akiliyevich 2008-10-03 13:36:00 UTC
Thank you very much!
It works!
I'm sorry to trouble you.
Comment 4 Martin Entlicher 2008-10-03 14:10:48 UTC
Reopening to close as works for me.
Comment 5 Martin Entlicher 2008-10-03 14:13:54 UTC
Works for me.
Comment 6 Peter Pis 2008-10-03 14:18:01 UTC
Removing INCOMPLETE keyword.
Comment 7 Quality Engineering 2010-04-29 09:44:27 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.