Opened 12 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 , 12 years ago
Blocking: | 9773 added |
---|
comment:2 by , 10 years ago
Status: | new → in-progress |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Implemented in hrev48170.
Note:
See TracTickets
for help on using tickets.
(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.