pomalley wrote: |
Is there still a server module that needs to be installed? What instructions are still relevant for v14 remote debugging? |
The browser toolbar and the debugger are both working locally, so of course you need an additional component on the server that is communicating with the debugger.
The instructions you can find in the PhpED manual (in the IDE, click "Help > PhpED Manual", then in the help file open "Debugging and Profiling > Configuring Debugger > Installing php debugger on 3rd party web servers") should be accurate. If you already did everything described there, you can follow the links at the bottom for some additional information regarding troubleshooting. It is important to choose the correct debugger module (OS, PHP version, 32-bit or 64-bit system, thread-safe (TS) or not thread-safe (NTS) etc.). If you configured everything correctly, you can see it in the phpinfo results (as described in point 7 of the manual page).