Wheel IDE

Online demo »

Breakpoints

By clicking on the gutter on the left side of your source code in the editor you can toggle a breakpoint. After compiling and running your code and the first line after the breakpoint is executed then the program will stop and the breakpoint line will be focussed.

By clicking the Continue button the program will continue.

See also: debugger(Debugger)