Opened 11 years ago

Closed 10 years ago

#9713 closed enhancement (fixed)

Add support for conditional breakpoints

Reported by: anevilyak Owned by: anevilyak
Priority: normal Milestone: Unscheduled
Component: Applications/Debugger Version: R1/Development
Keywords: Cc:
Blocked By: #9712 Blocking: #9773
Platform: All

Description

Currently, breakpoints are always triggered when their instruction is hit. It would be nice to support a breakpoint condition in addition such that the latter must evaluate to true in order for the breakpoint to actually trigger. Contingent on general expression evaluation support.

Change History (3)

comment:1 by anevilyak, 11 years ago

Blocking: 9773 added

(In #9773) Adding blocker #9713 since the more complex variants of filtering by a set of exception types will likely require similar support as that ticket.

comment:2 by anevilyak, 10 years ago

Status: newin-progress

comment:3 by anevilyak, 10 years ago

Resolution: fixed
Status: in-progressclosed

Implemented in hrev48170.

Note: See TracTickets for help on using tickets.