setVeryLoud(true);

He / They

Software Developer

  • 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle



  • Debuggers allow you to step through code and inspect the program state at any moment during execution. You can even sometimes run commands inline to see how stuff reacts.

    This means you can usually just hover a variable or something in your IDE while execution is paused and see its current value without having to restart execution every time you want to print something different.