smilevchy
2/17/2016 - 12:43 PM

A collections of debugging tricks

A collections of debugging tricks

  • To advance to the next line in the code (without entering a method), click Step Over.
  • To advance to the first line inside a method call, click Step Into.
  • To advance to the next line outside the current method, click Step Out.
  • To continue running the app normally, click Resume Program.