Published onMay 11, 2024TIL: gdb has `until` and `shell` commandsuntilEquivalent to the "Run to this line" feature found in many IDEs.shellWhy use a separate window to run commands when you can get it from inside gdb?!