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 267263

Summary: [82cat][Debugger] Does not stop at conditional breakpoint as expected
Product: debugger Reporter: manikantannaren <manikantannaren>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description manikantannaren 2016-07-23 09:20:20 UTC
Test Suite : http://services.netbeans.org/synergy/client/app/index.html#/suite/1657/v/1

Test case: Conditional Breakpoint V (http://services.netbeans.org/synergy/client/app/index.html#/case/1171/suite/1657/v/1)


Expected Behaviour : Debugger stops at breakpoint

Actual Behaviour: Debugger does not stop at breakpoint.


Additional Notes: Debugger stops at break point if action is Suspend: Breakpoint Thread.
Comment 1 Martin Entlicher 2016-08-12 16:48:08 UTC
The test case works for me.

> Debugger stops at break point if action is Suspend: Breakpoint Thread.
??
This is the default, isn't it?
When you set it to suspend no thread, then the breakpoint does not break the execution, of course. But I do not see anything about changing the breakpoint suspend property in the test case.