SublimeTextXdebug
SublimeTextXdebug copied to clipboard
Can't install via Package Control in Sublime Text 4
Environment
Sublime Text
Operating system: Ubuntu 20.04
Installed version/build: 4143
Python version: 3.8.8
To reproduce
- Open Package Control: Install Package
- Type xdeb ... and see that this package is not offered as an option
As a work around, it is possible to install with Git:
cd ~/.config/sublime-text/Packages/
git clone https://github.com/martomo/SublimeTextXdebug.git "Xdebug Client"