martomo / SublimeTextXdebug

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

Update protocol.py #188

Closed srikilam closed 4 years ago

srikilam commented 5 years ago

Update protocol.py

ryanpcmcquen commented 5 years ago

I've merged your fixes into my fork: https://github.com/ryanpcmcquen/SublimeTextXdebugPlus

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

martomo commented 4 years ago

@srikilam Thanks for contributing, I've added an exception for quote (and apostrophe) entities in 0b76fe7438bd01cf18469cafdb8032594252fc1b, as alternative to your proposed solution which would actually change &quot (") incorrectly as '(&apos) that resulted in different rendered output from Xdebug response.