when i step in inside the debugging process, so i jump from line to line, which php is parsing. i have a big cms and i'm clicking a long time, till te site is processed. is there are possibility to hold on a specific file or step in file to file?
What version of MacGDBp are you using? If you set a breakpoint at the place you want to stop at, you can use the green Run/Continue button to continue until the next breakpoint.