Quote: |
At #7, phped shouldn't activate itself since I do not ask to debug at all |
Your request to debug seats in the FireFox, so even if you close PhpED, it will try to debug until you close that particular browser window or open an URL with DBGSESSID=-1.
If you don't want browser to remeber your request, turn off debug sessions in the debugger settings or add c=0 to the DBGSESSID, like below:
DBGSESSID=1;c=0
Regarding Stop button in the IDE, it stops debug session only for embedded browsers (FF and IE).