Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve remote path mapping #41

Open
joonty opened this issue Jan 30, 2013 · 2 comments
Open

Improve remote path mapping #41

joonty opened this issue Jan 30, 2013 · 2 comments
Projects

Comments

@joonty
Copy link
Collaborator

joonty commented Jan 30, 2013

Add features for remote path mapping:

  • Allow regular expressions for remote path mapping
  • GUI style interface for managing multiple path maps, as Vim dictionary is cumbersome
  • Remove path maps from options dictionary, have separate dictionary
@hobbes3
Copy link

hobbes3 commented May 29, 2013

Also adding remote root path doesn't work on Vdebug. For example, this doesn't work:

let g:vdebug_options = {
\   'path_maps': {
\       "/": "/Users/hobbes3/mounts/nead",
\   },
\}

Instead I have to do something like this:

let g:vdebug_options = {
\   'path_maps': {
\       "/var/www/vhost": "/Users/hobbes3/mounts/nead/var/www/vhost",
\   },
\}

@joonty
Copy link
Collaborator Author

joonty commented May 31, 2013

@hobbes3 thanks for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v2.x
  
To do
Development

No branches or pull requests

3 participants