Hi
I using debugger for my site and it works normally at some period.
I configure site to 3d server - apache (need to rewrite rules work).
Also use virtual hosts in apache.
Than I start IE and click on debug-button on panel -> NuSphere stop at first line;
After a few minute of debugging - it not works!
The breakpoints, step-run, run to cursor not working! The DBGListener halt and NuSphere write **(running) in titlte;
I must to close DBGListener and after page refresh error message display:
DBG 3.6.0
Failed to start DBG session
Reason: failed to connect to the client at 127.0.0.1:7869, please make sure that IDE is running
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request: "58172491;d=1,p=0,c=1"
Request found in: "$_COOKIE['DBGSESSID']"
Target PHP version: "5.2.x"
Server API: "Apache 2.0 Handler"
Extensions API: "220060519"
Modules API: "20060613"
PHP API: "20041225"
|
Then - debug still not works. I try restart IE, NuSphere, Apache - nothing change.
I notice - it halt on function call:
$mgr->find("from ****"); - I use ORM function for selecte data from DB.
After restart NuSphere this function execute - but only once - the next debug - it halt;
Also I see that lines for debug are 'displaced' down on 2-4 lines;