id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,platform 9773,Add exception breakpoint support,bonefish,anevilyak,"Debugger should support exception breakpoints. There are two different kinds: - Execution should stop when an exception is thrown. - Execution should stop when an exception is caught. In either case it should be possible to specify for which exception types the execution should stop: - any exception type or - a set of exception types. Throw exception breakpoints for any type have the highest implementation priority and should be relatively easy to implement. They mainly require to find out what the ABI specific exception throw function is and to set a breakpoint there.",enhancement,assigned,normal,Unscheduled,Applications/Debugger,R1/Development,,,,9713,,All