martomo / SublimeTextXdebug

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

Update code and documentation to Sublime Text 4 and Xdebug 3 #211

Open gitressa opened 1 year ago

gitressa commented 1 year ago

Between version 2 and 3 of Xdebug, many things changed, so the code and documentation needs to get updated: https://xdebug.org/docs/upgrade_guide

The code should probably also get a check up, to make sure it works with Sublime Text 4.

Remaning tasks

maliayas commented 10 months ago

FWIW I can use SublimeTextXdebug 1.1.2 (commit 6b7e8f4fa2e8916472a0f5f28946ae589edd55d8) with Xdebug 3.1.6 on PHP 7.4 just fine. I guess this means Xdebug protocol hasn't changed much from 2 to 3. I'm on ST3 btw.