Obviously there’s an exception occurring, except I have #Pragma BreakOnExceptions False, which is being ignored.
I have seen this behavior as well while working on TPLM Web 2.0
1 Like
Christian, are you using an optimization level other than Default?
Using default optimization.
Even though the break always happens on this line, I think the problem lies elsewhere. I’m guessing this is due to a problem with my delegate lifecycle management.
Maybe a Nil.ShowModal() is considered a crash and you can’t avoid a break there?
Or something like that.
2 Likes
