PyDev 7.2.1

所属分类:Windows编程
开发工具:Python
文件大小:25684KB
下载次数:0
上传日期:2019-07-08 20:09:31
上 传 者bright2019
说明:  最新版本PyDev 7.2.1 for Eclipse
(PyDev 7.2.1 for Eclipse)

文件列表:
features (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721 (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\feature.properties (34, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\feature.xml (14061, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\MANIFEST.MF (90, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\maven (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\maven\org.python.pydev (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\maven\org.python.pydev\org.python.pydev.feature (0, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\maven\org.python.pydev\org.python.pydev.feature\pom.properties (139, 2019-04-27)
features\org.python.pydev.feature.source_7.2.1.201904261721\META-INF\maven\org.python.pydev\org.python.pydev.feature\pom.xml (2176, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721 (0, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721\feature.xml (15562, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721\LICENSE.txt (11299, 2017-08-09)
features\org.python.pydev.feature_7.2.1.201904261721\META-INF (0, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721\META-INF\MANIFEST.MF (262, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721\META-INF\TE-A017D.RSA (8562, 2019-04-27)
features\org.python.pydev.feature_7.2.1.201904261721\META-INF\TE-A017D.SF (397, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0 (0, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0\feature.xml (1171, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0\META-INF (0, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0\META-INF\MANIFEST.MF (179, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0\META-INF\TE-A017D.RSA (8563, 2019-04-27)
features\org.python.pydev.mylyn.feature_0.6.0\META-INF\TE-A017D.SF (314, 2019-04-27)
plugins (0, 2019-04-27)
plugins\com.python.pydev.analysis.source_7.2.1.201904261721.jar (261732, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721 (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\analysis.jar (382944, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\icons (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\icons\opentype.gif (614, 2017-08-09)
plugins\com.python.pydev.analysis_7.2.1.201904261721\icons\python_file.gif (552, 2018-02-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\LICENSE.TXT (11299, 2017-08-09)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\MANIFEST.MF (2540, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\maven (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\maven\org.python.pydev (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\maven\org.python.pydev\com.python.pydev.analysis (0, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\maven\org.python.pydev\com.python.pydev.analysis\pom.properties (140, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\maven\org.python.pydev\com.python.pydev.analysis\pom.xml (1014, 2019-04-27)
plugins\com.python.pydev.analysis_7.2.1.201904261721\META-INF\TE-A017D.RSA (8562, 2019-04-27)
... ...

PyDev.Debugger ============== The sources for the PyDev.Debugger (used in PyDev & PyCharm) may be seen at: https://github.com/fabioz/PyDev.Debugger In general, the debugger backend should **NOT** be installed separately if you're using an IDE which already bundles it (such as PyDev or PyCharm). It is however available in PyPi so that it can be installed for doing remote debugging with `pip` -- so, when debugging a process which runs in another machine, it's possible to `pip install pydevd` and in the code use `pydevd.settrace(host='10.1.1.1')` to connect the debugger backend to the debugger UI running in the IDE (whereas previously the sources had to be manually copied from the IDE installation). It should be compatible with Python 2.6 onwards (as well as Jython 2.7, IronPython and PyPy -- and any other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace). Recent versions contain speedup modules using Cython, which are generated with a few changes in the regular files to `cythonize` the files. To update and compile the cython sources (and generate some other auto-generated files), `build_tools/build.py` should be run -- note that the resulting .pyx and .c files should be commited. To generate a distribution with the precompiled binaries for the IDE, `build_binaries_windows.py` should be run ( note that the environments must be pre-created as specified in that file). To generate a distribution to upload to PyPi, `python setup.py sdist bdist_wheel` should be run for each python version which should have a wheel and afterwards `twine upload -s dist/pydevd-*` should be run to actually upload the contents to PyPi. Travis (Linux CI): .. |travis| image:: https://travis-ci.org/fabioz/PyDev.Debugger.png :target: https://travis-ci.org/fabioz/PyDev.Debugger |travis| Appveyor (Windows CI): .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/j6vjq687brbk20ux?svg=true :target: https://ci.appveyor.com/project/fabioz/pydev-debugger |appveyor|

近期下载者

相关文件


收藏者