in reply to Re: Are debuggers good?
in thread How to debug unknown dynamic code?
What's all this about debugging with print statements? Why do people do that? Have they not learned the more effective ways of using a real debugger? I'm truly puzzled.
As I see it, the only advantage to print statements is that they're simple to use. An actual debugger is better in all other aspects.
|
---|