|
|
|
|
|
by OJFord
1882 days ago
|
|
I use prints a lot too, but you must admit: > You think you're here? Let's put a few print statements in there to confirm your execution path is actually what you think it is, and those values are what you expect them to be. You could just put a breakpoint there, look at as many values as you want, and not have to re-run it if you think of another. |
|
To me that's the key difference. If I know what I'm looking for, prints are great. If I don't know what I'm looking for, breakpoints are a must.