Login
From:
Something Something Programming
(Uncensored)
subscribe
Print Debugging and Print Profiling | Something Something Programming
https://nickdrozd.github.io/2024/08/03/print-profiling.html
links
backlinks
Roast topics
Find topics
Find it!
Print debugging is the technique of debugging by inserting print statements into code and watching their output. For example, if my program seems to be getting stuck somewhere, I might put in some print statements like this: