• @Treczoks
    link
    1113 days ago

    Heisenbug. Nasty buggers, especially in my domain: Embedded Engineering. When you are in the debugger, the whole processor is stopped, missing tons of data coming in, missing interrupts, getting network timeouts, etc. More often than not, resuming makes no sense, and you have to get straight to reboot.

    • @[email protected]
      link
      fedilink
      613 days ago

      “You don’t debug embedded” ~my brother, who’s been working in embedded for almost 15 years

      • @Treczoks
        link
        113 days ago

        That’s why I work with an extraordinary diligence to avoid making errors from the very start. Debugging is only a measure of last resort.