1

Say I'm in a code block and pressing n would mean the program ends, as the next line exits the program - how do I skip lines to the next breakpoint a few lines down?

category
  • 2,113
  • 2
  • 22
  • 46

1 Answers1

1

It's s - 'step into' - pressing this jumps to the current cursor line.

category
  • 2,113
  • 2
  • 22
  • 46