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 116970 - Breakpoints are ignored
Summary: Breakpoints are ignored
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-09-27 17:02 UTC by Andrei Badea
Modified: 2010-04-29 09:35 UTC (History)
0 users

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 Andrei Badea 2007-09-27 17:02:48 UTC
[ 070927 ]

I need to debug a method called early during startup in serverplugins/sun/appsrv81. I set the breakpoint, start the NB
instance I want to debug and immediately attach to it. Very often there is no message about the breakpoint being set in
the debugger console, and the IDE does not stop on that breakpoint.
Comment 1 Martin Entlicher 2007-09-27 17:28:59 UTC
Since you say that the method is called early during startup, can you please assure that you provide "suspend=y" when
you start the NetBeans you are debugging?
Comment 2 Andrei Badea 2007-10-02 10:43:07 UTC
Tried suspend=y, it helped. But now it works even without suspend=y. Perhaps it just depends on the timing. Anyway,
can't prove this is a problem in the debugger, and it probably isn't, so closing.

Comment 3 Martin Entlicher 2007-10-02 11:01:37 UTC
Yes, without suspend=y it just depends on the timing.
And attach of the debugger can take long sometimes. 
Comment 4 Quality Engineering 2010-04-29 09:35:29 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.