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 168380

Summary: Not able to submit breakpoint : No executable location available
Product: debugger Reporter: davidacampbell <davidacampbell>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description davidacampbell 2009-07-10 04:38:41 UTC
Making this bug with reference to:
   http://forums.netbeans.org/post-41171.html

I am not the poster of that forum issue, but I see the problem regularly.

Basically when debugging an EJBs hosted in glassfish, there are large chunks of the source code for which I wrongly
cannot set a debugger breakpoint, even when the code is compiled with debugging enabled.

If I'm debugging, I can be single-stepping through the code and a single step takes me over the top of all this
non-breakpointable code further in the source file.  Obviously the single-step functionality can't set a breakpoint at
the next line either.
Comment 1 Martin Entlicher 2009-07-24 22:37:51 UTC
I believe that this is the same problem as described in issue #115033.
This should be fixed in NetBeans 6.8 dev and upcoming 6.7.1. The problem arises when different versions of the
application are deployed several times to the server.

*** This issue has been marked as a duplicate of 115033 ***
Comment 2 Marian Mirilovic 2010-05-06 08:02:23 UTC
verified duplicate