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 42268 - Debugger doesn't stop on the breakpoint
Summary: Debugger doesn't stop on the breakpoint
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-04-21 13:58 UTC by Milan Kubec
Modified: 2006-03-24 10:28 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 Milan Kubec 2004-04-21 13:58:42 UTC
[dev-200404191800, JDK 1.4.2_04, Linux RH8]

Debugger doesn't stop on the breakpoint and all
application gets executed (sometimes).
Comment 1 Jan Jancura 2004-04-23 15:16:23 UTC
Fixed in the trunk by som older check in.
  Index: Operator.java
  ===================================================================
  RCS file:
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/util/Operator.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- Operator.java	31 Mar 2004 07:18:56 -0000	1.27
  +++ Operator.java	20 Apr 2004 16:29:36 -0000	1.28

  Index: StartAction.java
  ===================================================================
  RCS file:
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/StartAction.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4

  Index: JPDADebuggerImpl.java
  ===================================================================
  RCS file:
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java,v
  retrieving revision 1.12
  retrieving revision 1.13
Comment 2 Milan Kubec 2004-07-14 15:36:04 UTC
Doesn't seem to be reproducible - verified in dev-200407131800.