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 166285 - [67cat] [debugger] Unable to break on breakpoint in libs
Summary: [67cat] [debugger] Unable to break on breakpoint in libs
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 05:53 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project used to test under 200909040632 (78.57 KB, text/plain)
2009-09-07 05:42 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-05-30 05:53:48 UTC
[ BUILD # : 200905281401 ]
[ JDK VERSION : 1.6.* ]

I have a plugin controller that I have extended, which resides in my
lib folder.  When I put a breakpoint on the controller, and run under
the debugger, the debugger recognizes the breakpoint, but does not
stop.
Comment 1 esmithbss 2009-07-08 06:32:28 UTC
It appears that NetBeans is either not sending breakpoints from the lib folder to the debugger, or the debugger isn't
accepting breakpoints that are in the lib folder.

I have 4 modules in my Lib folder.  Each has a breakpoint set within it and I have a single controller that calls each
of these modules.

If I put a breakpoint in the modules, then the system doesn't register the breakpoints within the debugging session;
however, if I put a breakpoint in the controller, I am able to step through the system and into the modules.
Comment 2 Martin Krauskopf 2009-08-24 15:49:21 UTC
I've just tested this and debugger stoped in my lib folder as expected.

Could you provide detailed logging and/or sample application with which you are able to reproduce? Thanks.
Comment 3 esmithbss 2009-09-07 05:41:18 UTC
Under 200909040632, using the attached project, I can run the "breakpoint:start_test" rake task, but if I try to run in
with a breakpoint in lib/breakpoint_test/put_breakpoint_here breakpoint_method, the rake task starts, but fails to
execute (Issue #171589)
Comment 4 esmithbss 2009-09-07 05:42:30 UTC
Created attachment 87190 [details]
Project used to test under 200909040632