SublimeTextXdebug icon indicating copy to clipboard operation
SublimeTextXdebug copied to clipboard

Update code and documentation to Sublime Text 4 and Xdebug 3

Open gitressa opened this issue 2 years ago • 1 comments

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

  • [ ] Update code to Xdebug 3
  • [ ] Update code to work with Sublime Text 4
  • [ ] Update the documentation

gitressa avatar Apr 05 '23 19:04 gitressa

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.

maliayas avatar Oct 01 '23 10:10 maliayas