• @leo85811nardo@lemmy.world
      link
      fedilink
      79 months ago

      Ackchyually, value watching in debugger almost guarantee to get the value by address, but printf in some languages can pass by value, unnecessarily make copy of the watched variable, and the value printed is the copied data instead of the original