Start running the current active project in debug mode by clicking Debug -> Execute in menu. By invoking the command Execute, the default profile Run will be used to execute the project. Alternatively, you can press F5 or right-click the active project and select Debug Run to start debugging. To set a project as active, right-click it and choose Set as Active.
See also:
Using Project Popup Menu

With breakpoint(s) are set, the debugger executes your program until the first breakpoint is reached. When you invoke Execute, the current context will be displayed in windows:
Run - displays the current output. Locals - displays variables that are local to the active call. Call Stack - displays the call stack for the current thread. Breakpoint - displays all breakpoints set.

home
previous