|
|
|
|
|
by Asooka
2712 days ago
|
|
> I think debuggers are not worth the cost for many kinds of debugging scenarios. That just means your debugger has a prohibitively high cost to use. If it takes more than 2 clicks to launch a full debugging session of your project, you need a new IDE. |
|
With printf debugging, you can put print statements everywhere you think something might be wrong, run the program, and quickly scan through the log to see if anything doesn't match your expectations.