You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lldb-dap, while working on updating setExceptionBreakpoints to support the filterOptions feature I noticed that obj-c exception catch breakpoints are not being hit for me.
I checked Xcode and it appears to set a breakpoint on '__cxa_begin_catch' for objc, which is different than using SBTarget::BreakpointCreateForException(eLanguageObjectiveC, /*catch_bp=*/true, /*throw_bp=*/false) or (lldb) break set -E objc -w true -h true