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 201244

Summary: enhanced conditional breakpoint
Product: php Reporter: luislobo
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description luislobo 2011-08-23 10:02:12 UTC
It would be very helpful in debugging to have the ability to breakpoint when some condition is reached, like: variable is <,=,>,isset, is null,  or set of variables meet a condition. Also it would be good if it supports also  'has changed' option.
It should work also with magic methods.
Comment 1 Ondrej Brejla 2011-08-23 11:23:39 UTC

*** This bug has been marked as a duplicate of bug 132066 ***