martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Mapping ordered list and fix for special chars bug in array keys #205

Open ldim87 opened 4 years ago

ldim87 commented 4 years ago

Implemented better mappings from "mrphang" repo so you can specify your folders in particular order via list (instead of dict) as such: "path_mapping": [ ["/path/1/on/remote", "/path/1/on/local"], ["/path/2/on/remote", "/path/2/on/local"], ]

Also, fixed utf special character in array keys. This error has been suppressed: Length mismatch encountered while reading the Xdebug message