Debug prod app with logpoints & conditional breakpoints
Recently we were able only to use breakpoints to inspect code execution in the production application. But if the code in which we put breakpoint is triggered multiple times we have to resume the execution. To prevent that, we can use conditional breakpoints
In cases when we do not want to break the execution of the code but just log some value we can use logpoints
Tweet