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 81252 - Debugger does not stop at breakpoint.
Summary: Debugger does not stop at breakpoint.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 13:50 UTC by alexandrov
Modified: 2006-08-05 19:12 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 alexandrov 2006-07-27 13:50:01 UTC
I Opened one project(Args), built, set breakpoint at line 9, pushed "debug main
project". Debugger did not stop on breakpoint, but executed the program...
Comment 1 _ gordonp 2006-07-27 15:09:58 UTC
Toggle breakpoints are (mostly) working on Solaris (probably Linux as well)
but completely broken on Windows. This description doesn't really give enough
detail to be able to figure out why you're not stopping. Do you get the
breakpoint annotation on line 9? Or is it ignored?

If its ignored then you're probably seeing another case of IZ81255. If its
being ignored then I can't tell you why without knowing more information.

What build are you using? Is it the nightly? Or the beta2 build? If its beta2
then breakpoint support wasn't working and the debugger is turned of by
default.
Comment 2 alexandrov 2006-07-28 17:14:22 UTC
There were used nightly build on Linux(JDS3) platform. Yes, I see breakpoint
annotations in this case, but they are ignored...
Comment 3 _ gordonp 2006-08-05 19:12:55 UTC
I think this was fixed around the same time it was filed. I believe it just
didn't make it into the nightly build as soon as expected. Reopen if you still
see this problem.