Skip to content

Debug

Create break point

  • Shift + F9 or

  • Click the line number

Debug run

  • Click source or

  • Press Ctrl + Shift + Enter or

  • Activate source on save and save

Debug options

  • F10 next line

  • Shift + F4 step into

  • Shift + F5 continue

  • Shift + F7 step over

  • Shift + F8 finish

Check var value

In terminal View(var_name)