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 - [82cat][Debugger] Does not stop at conditional breakpoint as expected
Summary: [82cat][Debugger] Does not stop at conditional breakpoint as expected
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-23 09:20 UTC by manikantannaren
Modified: 2016-08-12 16:48 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 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.