gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

Allow toggling PathMap #262

Closed bboure closed 6 years ago

bboure commented 6 years ago

This allows toggling on/off the PathMap. I find it useful when debugging my code when running unit tests in local vs running on vagrant.

image

image

If possible (and ideally) php-debug should be able to auto detect "where" the code is running and do that automatically but I did not find a way to do that. I am open to suggestions and improvements to this PR.

(Mabe a "fallback" strategy could work as well)

bboure commented 6 years ago

Not needed anymore with latest release 🎉