I would like to conditionally enable the objc_exception_throw
global breakpoint for my app, only when I am doing a Debug build (not when doing a Release or Distribution build).
Is there a way to specify this build condition in Xcode's Breakpoints window?