The short version of the answer is: press F9.
The long version: In the debugger settings (Tools / Settings / Run & Debug) there is an option to "Stop at first line after run". That is probably enabled in you case, making the execution stop at the first line instead of the first breakpoint. Irrespective where the execution point is, you can advance to the next breakpoint by pressing F9 or clicking the green "Run in debugger" icon in the toolbar.
Quote: |
I've just downloaded PhpED and I dig it. In 2 hours, it's already making a huge difference in my work! |
Give it another day or two, and you will never look back again