Debugger |
Site Admin
|
How the 2nd page gets called ?
You mentioned
|
||||||||||||||
|
|
The call is a regular link: <a href="global.php?mode=new">Create new</a> During further tests, we found out, that sometimes either the debug cookie was not sent or the browser did send cookie back when requesting the next page. Another point we missed is defining the debugger port in PHP.INI. Well - after adding debugger.port=7869, 10000/16 it seems to work much better. However - i still wonder a bit, since the debugger generally worked, but somehow not completeley. What does the "10000/16" mean here? |
||||||||||||||||
|
Site Admin
|
okay.
DBG uses "temporary" cookie which works with just one IE window, works for the same domain. If you open a new page in a new window it may not work. If you open a new page in a new domain it won't work too. In any case you may run debug session if you follow these instructions. |
||||||||||||
Last edited by dmitri on Wed Aug 04, 2004 4:33 am; edited 1 time in total |
|
Ok I have fixed my problem. I forgot that I had made some changes to how I had apache set up locally, and had modified some virtual hosts without making the related changes in the app I was debugging.
So in effect the debugger was being pointed to a different domain (http://localhost.newdomain/ from the original location of http://localhost/), which is why it lost the DBGSESSID. |
||||||||||||
|
Debugger |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by