Skip to content

tutorial#

Tracepoint, logpoint, what’s the point?

You are probably well acquainted with breakpoints. You place them in your IDE (F9) and whenever the program reaches this location in the source code during the execution, the program stops and you can explore the state of the application. Very useful, right?