Hi there, I just installed Xdebug, MacGDBp, and I use Dreamweaver as IDE. The debug session is working for me the first time I load a page with a breakpoint (Written "Starting" in the status bar"). Let's say I check some variables content, then I click on play to continue and finish the page loading. If I refresh the page, the debugger should logically stop again on my previous breakpoint, but it keeps saying "Stopped" on the status bar, and no more breakpoint are hooked.
The only way for me to perform a new debug session is to restart MacGDBp.
Do you have any idea to make the debug session permanent as soon as MacGDBp is switched on?