Are Swift conditional breakpoints broken in Xcode 8.2? -
i tried create conditional breakpoint in xcode gui clicking add breakpoint, editing , entering expression in condition
field. however, breakpoint triggers.
i distilled down entering true
or false
condition field, , doesn't work.
curiously, setting conditional breakpoint on line of objective-c in same (mixed swift/objective-c) project does work.
it looks me breakpoint conditions ignored when breakpoint in swift source code.
are other developers seeing same problem? there "secret sauce" getting swift breakpoints work missing?
Comments
Post a Comment