I'm trying to debug a script that needs to run in a DOS Command window on Windows XP. I have PHPed v4.5 Build 4513 and PHP DBG Listener, version 2.20.2. I inserted debugbreak() in my script, but when I run the script in the command window, it reports this error:
<html><body><h2>DBG 2.20.1</h2><br>
<b>Failed to run DBG session</b><br><br><br>
Reason: <b>client ip address [(null)] lookup failed</b><br>
Not sure what it means? Visit <a href="http://www.nusphere.com/dbg/">http://www.nusphere.com/dbg/</a> for troubleshooting.<br>
<br>
<pre>Debugger request: "(null)"
Request found in: "(null)"
Target PHP version: "5.1.2"
Server API: "Command Line Interface"
Extensions API: "220051025"
Modules API: "20050922"
PHP API: "20041225"
</pre>
</body></html> |
The DBG Listener is running with these parameters:
Bind address: <ALL ADDRESSES>
Port: 7869
IDE COM class: PhpED IDE ver 4.5
Code page: Western European (Windows)
Breakpoint on script start
Breakpoint on script finish
|
I'd be happy to run the script from within PHPed (which works) but can't see a way to pass command line arguments to the script from within the IDE, like I can with GET, POST, COOKIE.
Also Dmitri said in an earlier post:
Quote: |
Starting with this version 2.18 it's possible to trigger debug session using DBGSESSID in the command line.
|
It's probably not related to my current problem, but I can't figure out how to do that, and this doesn't seem to be documented anywhere. I'd rather do that than have to add debugbreak() to my scripts if I can't run the scripts from inside PHPed.
Can you point me to a solution?
Cheers,
Jon