A fast error breakpoint will be stopped in your release statement.
For example, if you have a method that may cause an error, and you enable the Swift error. If an error occurs in this method, your program will stop at the line that produces the error.
source
share