summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/README.md
blob: 17df01ca8113807e7b838f113121fde0b61c9bb9 (plain)
1
2
3
4
5
6
7
8
9
PyDev.Debugger
==============

[![Build Status](https://travis-ci.org/fabioz/PyDev.Debugger.png)](https://travis-ci.org/fabioz/PyDev.Debugger)

This repository contains the sources for the Debugger used in PyDev & PyCharm.

It should be compatible with Python 2.4 onwards (as well as Jython 2.2.1, IronPython and PyPy -- and any
other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace).