Quote: |
No dbg was given in the phpedit/debugger directory |
if you installed phped, the debugger modules are in phped/debugger, not in phpedit/debugger.
Quote: |
1) How do I get a 2.16 version of php_dbg.dll for 4.3.4 under Windows XP/IIS? |
Take a look at FAQ forum on how to install debugger modules. It contains info where to thake the modules from.
Quote: |
2) In the php.ini settings for the host/ipaddr, where it is setting the allowed debug host, shouldnt that just simply be "localhost" on my PC?? |
Leave them empty. The settings are useful for JIT debugging only. It's when you want the IDE on some (specified) host to catch errors resulted from requests made by other user hosts.