gwomacks / php-debug

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

Get rid of trailing slashes from paths as well as extra slashes [Bug fix] #191

Open QwertyZW opened 7 years ago

QwertyZW commented 7 years ago

This happens when your remote has a trailing slash at the end

trailingslashesbug

When there's a trailing slash in your local or extra slashes in either remote/local; xdebug connects to php-debug but the pathmappings wouldn't work and as a result breakpoints won't either.