Remote System + Auto Generate = bad url? [message #1402854] |
Thu, 17 July 2014 20:43 |
Tim Curtin Messages: 2 Registered: July 2014 |
Junior Member |
|
|
I do my coding using Remote System Explorer, and can't figure out how to get Auto Generated URLs to work.
What I want to do, is debug https //servername/index.php
The file for which lives on my local machine in my workspace at: /RemoteSystemsTempFiles/servername/pathonserver/index.php
Trouble is, I can't prevent the Debug Config from adding that full RemoteSystemsTempFiles/etc path to every url, unless I uncheck Auto and make the urls by hand.
Debug Configurations, PHP Web Application, New launch configuration
PHP Server:
Debugger: XDebug
Base URL: https //servername
Local Web Root: blank (doesn't seem to make a difference here)
Path Mappings: I've tried this (which makes sense, but has no effect)
Path on server: / Local path: /RemoteSystemsTempFiles/servername/pathonserver
In fact, no path mappings I've tried seem to effect the auto generated url.
Back out in Debug Config:
File: /RemoteSystemsTempFiles/servername/pathonserver/index.php
Check Auto Generate box, and get the following url:
https //servername/RemoteSystemsTempFiles/servername/pathonserver/index.php
I've searched quite a bit for a fix for this, and the closest I've found is someone advocating editing the Eclipse java classes! (http //moralvolcano.wordpress.com 2013/01/26/fix-for-url-autogenerate-bug-in-eclipse-php-pdt-plugin/)
I must be missing something obvious, because I can't be the only person who needs to debug files using RSE.
Hoping someone can help...
Local system config: windows 7, Eclipse Luna 4.4.0 PDT stock (no updated components installed)
Remote system: standard LAMP stack, connecting via ssh
(I'm new here, so had to remove : in urls to get them to post...)
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03115 seconds