Search found 3 matches

by Algarvio
Tue Oct 22, 2013 1:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: xDebug on a remote Server
Replies: 4
Views: 3940

Re: xDebug on a remote Server

Hi Aivars, and sorry for being late. In terms of files and mappings I do the following: Server: E:\httpdocs is shared as httpdocs Here I have the following structure: E:\httpdocs\Clients\NAME\project\html\ This is where the stuff is I'm working on and which needs to e debugged (mostly Joomla ...
by Algarvio
Thu Oct 17, 2013 12:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: xDebug on a remote Server
Replies: 4
Views: 3940

Re: xDebug on a remote Server

Hi Aivars, perhaps I better describe my development environment: Workstation (Win7): IP 192.168.0.10 Server (WinXP SP3): IP 192.168.0.100 - WAMP Stack on Server (Apache 2.x, PHP 5.3, MySQL 5.x, xDebug enabled) - Projects on the server are access able via http://www.server.dev/ALL_DATA_IN_FOLDERS ...
by Algarvio
Wed Oct 16, 2013 9:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: xDebug on a remote Server
Replies: 4
Views: 3940

xDebug on a remote Server

Hi all, can anybody tell me how to debug php scripts running on a remote server? I have a local network where there is a workstation (Development) and a server (WAMP). What needs to be done is to be able to debug a script running on the server from the workstation. Is this possible? In all examples ...