|
|
|
|
|
by ehnto
285 days ago
|
|
I guess I struggle to see how it's easier to print debug, if the debugger is right there I find it way faster. Perhaps the debugging experience in different languages and IDEs is the elephant in the room, and we are all just talking past eachother. |
|
If the customer has their own deployment of the app (on their own server or computer), then all you have to go with, when they report a problem, are logs. Of course, you also have to have a way to obtain those logs. In such cases, it's way better for the developers to also never use debugger, because they are then forced to ensure during development that logs do contain sufficient information to pinpoint a problem.
Using a debugger also already means that you can reproduce the problem yourself, which is already half of the solution :)