• AeroSoap@lemm.ee
    link
    fedilink
    arrow-up
    26
    ·
    1 year ago

    I have used them occasionally. It’s sometimes easier to use logging because you can dump an enormous amount of information and quickly then look through it if you already know what kind of information you want to look at. Debuggers are better when you have no idea what the hell is going wrong and need to get a little bit of info from everything instead of a lot of info from one thing.

      • Hazzia@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        I also work with 20 year old spaghetti code, but my software is primarily middleware and debuggers aren’t allowed on the full system where I’d actually be able to reproduce the issue. Insane amounts of logging statements have become my most treasured tool.