Exception Breakpoints not being hit
Can anyone explain why I'm getting this, unfortunately the exception shown here did NOT stop on the breakpoint, I had to step into the code to find it (20mins!) I have set xdebug.default_enable=1 as mentioned in another post on the same subject.

请先登录再写评论。
Could it be something to do with the fact that I've chosen Exception as the type, assuming that all exceptions inherit from that...?