martomo / SublimeTextXdebug

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

Fixed: Map path for root (/) and drive letters (P:/) #161

Open gosfon opened 8 years ago

gosfon commented 8 years ago

Fixed: Map path for root (/) and drive letters (P:/) in (xdebug/util.py : get_real_path)

ryanpcmcquen commented 5 years ago

I would like to merge your fixes into my fork: https://github.com/ryanpcmcquen/SublimeTextXdebugPlus

Would you mind rebasing them against the master branch?

I am attempting to get my fork into Package Control: https://github.com/wbond/package_control_channel/pull/7658