martomo / SublimeTextXdebug

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

Can't install via Package Control in Sublime Text 4 #210

Open gitressa opened 1 year ago

gitressa commented 1 year ago

Environment

Sublime Text

Operating system: Ubuntu 20.04

Installed version/build: 4143

Python version: 3.8.8

To reproduce

  1. Open Package Control: Install Package
  2. 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"