VS Code

Debugging shortcuts

  • add breakpoint: F9
  • rerun last test: Command + ; + L
  • step next: F10
  • into: F11
  • out: Shift + F11
  • continue: F5
  • stop: Shift F5
  • evaluate in debug console: Command + E + C # my shortcut