Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

PyCharm - debugging code

  • Set fixed Breakpoints (click on line next to row-number to have a red circle)
  • Run/Debug
  • Inspect variables
  • Conditional breakpoint
  • Step in function
  • Step out of function
  • Step over function