The Run Menu Items are:

  • Hard Reset - reset the program normally
  • Reset - reset the program to the start or Setup routine and clears all variables
  • Step Into - step one line through the program, and step into any subroutines
  • Step Over - step one line and step over any subroutines running the code inside the subroutine
  • Step Out of - Step out of a subroutine
  • Run - perform a step once every time period which is 5ms by default -see Shortcut toolbar
  • Soft Reset - a new function to reset the sketch without needing to reload all the #include files