Line breakpoints are set on an executable line of a program.
To add a line breakpoint, complete these steps:
When a breakpoint is enabled, thread execution suspends before that line of code is executed. The debugger selects the thread that has suspended and displays the stack frames on that thread's stack. The line where the breakpoint was set is highlighted in the editor.