Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,27 @@ On Ubuntu 12.04, Python 2.6 isn't available, so here's what worked for me:

- Download python2.6 files from <a href="http://packages.ubuntu.com/lucid/python2.6">Ubuntu Archives</a>
- Extract the files: dpkg-deb -x python2.6_2.6.5-1ubuntu6_i386.deb python2.6
- Copy the extracted usr/lib/python2.6 folder to {Sublime Text directory}/lib
- The directory structure of this extracted deb is:

python2.6/
usr/
bin/
include/
lib/
python2.6/ < This is the directory you need to copy
share/

- Copy the extracted python2.6/usr/lib/python2.6 folder to {Sublime Text directory}/lib
- The {Sublime Text directory}/lib directory should, at a minimum for this plugin, be like:

{Sublime Text directory}/
lib/
python26.zip
python2.6/
aifc.py
anydbm.py
ast.py
asynchat.py
{A lot more .py files and directories}

In theory, it should work with any XDebug client, but I've only tested with PHP.