|
|
|
|
|
by maigret
5094 days ago
|
|
Using logs wins against debuggers a few cases though: - Your program runs on a client system and logs help you understand or reproduce the system without having to do a remote session (which might be impossible on some firewalled envs). - Your code crashes without stack trace and you want to understand where to begin the search. Agree with your overall statement though. |
|