Starting debugger remote in browser(IE) with DBGSESSID |
Site Admin
|
What IDE do you use ?
You may remove the lines below from php.ini as they are not supported in free version:
|
||||||||||||||
|
|
PhpEdit v0.8.0.25.
tks |
||||||||||||
|
Site Admin
|
I didn't try phpedit 0.8.x.
All I can say is that if you do not have "break on first line" checked in the listener you won't get debug session started. Listener should stop on the first line _anyway_ and launch the IDE. Then it's up to IDE if it want to continue execution or wait for user input. In PHPED you can simple accomplish it by checking or unchecking "Stop under first line after run". Without the initial stop, there is no way to set breakpoints... so, you see, debugging won't be possible... |
||||||||||||
|
|
hi, ddmitrie, tks for your suporte. For me your debug is the best debug available for PHP, congratulations. I use PHP for 3 years and in that time i´ve tested many differents IDEs until i find PHPEdit 0.8x, now is my ony choice to use with PHP, if you have oportunity to test it, i´m sure you will like it .
If i leave "break on first line" checked in the listener EVERY script PHP that i run in my browse(in client machine) will be Debugged automatically, even so if i NOT append the "?DBGSESSID=1@192.168.0.223:7869" to the URL. How can i do to debug only php with "?DBGSESSID...." ? in the URL? |
||||||||||||
|
Site Admin
|
if you don't like to run a session you'd add
DBGSESSID=-1 Otherwise an old DBGSESSID variable is passed with cookies and activates debugging. Alternatively you may stop dbg from using cookies. See dbg settings. |
||||||||||||
|
|
Now it´s works!!
After many attempt, finally it´s working!. I do the follow: 1) Remove *any* aplications that use DBG technology. 2) Remove *any* orphan registry entries with "System Mechanic 4". 3) Reinstall and configure PhpEdit IDE 0.8.0.25 for remote debug. Even after the steps above, sometimes, debug not start automatically(in browse), but i thing that´s a problem of IDE ´cause i´ve installed another IDE(Maguma www .maguma. com) for PHP (in other client´s machine) and everythings works great I will post a message in PHPEdit forum about this. Where i can find more information about DBG and your parameters? |
||||||||||||
|
Starting debugger remote in browser(IE) with DBGSESSID |
|
||
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