Debug

WIDE Debug Feature offers you the ability to debug your programs and watch their variables at runtime.
 
Before executing your program in debug mode, you'll need to set some breakpoints in your code; this can be achieved in two ways:
  1. Clicking on the editor gutter at the line of the sought breakpoint
  2. Pressing F9 when the cursor is at the line of the sought breakpoint
Now, click 'Debug' () on the toolbar (or press F6) - The Debug Pane will show below and your program will start to run until it will encounter the first breakpoint:
 
 
 
 
 
 
.