The development environment:
- PHPEd 3.3.1 Build 3358
- Apache 2.0.44 on Linux
- PHP 4.3.1
- DBG 2.16.7 for PHP 4.3.1
The server root is mapped via Samba and available as network drive.
On the server: /srv/wwwroot/htdocs
Locally on the client N:\ (-> points to the web root)
When starting the debug session, only the _first_ page goes through the debugger - nearly _all_ other pages are just opened without the debugger.
The first page is: http://server/functions/phonelist.php
This pages calls directly via a link: http://server/global.php?mode=new
Well - all breakpoints in global.php and all subsequent files, which are included there are completely ignored and also the output of PHP is not displayed.
Once it got a bit better, after we created a new workspace and a new project - but only for a while - now debugging is nearly impossible

(
We checked the php.ini on the Server and we also enabled cookies on the local browser and even added the URL of the debug server to the list of trusted sites in the browser.
Any hints? We already purchased a number of licenses as the evaluation really looked good - but the stability of the debugger seems really worse and depending on the source code :-/