Giter Site home page Giter Site logo

hugovk / pydev.debugger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabioz/pydev.debugger

0.0 0.0 0.0 38.95 MB

Sources for the debugger used in PyDev, PyCharm and VSCode Python

License: Apache License 2.0

Shell 0.01% C++ 1.76% Python 95.96% C 0.05% HTML 0.04% Batchfile 0.05% Cython 2.13%

pydev.debugger's Introduction

PyDev.Debugger

The sources for the PyDev.Debugger 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, PyCharm or bundled through debugpy, which is the debug adapter used in VSCode Python and Visual Studio Python).

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).

pydevd is compatible with Python 3.6 onwards.

For Python 2 please keep using pydevd 2.8.0.

pydevd is tested both with CPython as well as PyPy.

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.

pydev.debugger's People

Contributors

ablu avatar adw1n avatar alangpierce avatar amarchuk avatar arostovsky avatar asoc avatar cybertk avatar da1z avatar egandt avatar elizaveta239 avatar fabioz avatar fitermay avatar foosel avatar juliangilbey avatar medvector avatar mikedeploysdrones avatar mikepqr avatar minrk avatar pankajp avatar rchiodo avatar rohanjoyce avatar skybber avatar solarw avatar sorenisanerd avatar sproshev avatar thehesiod avatar tonybaloney avatar trofimander avatar virtuald avatar xoviat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.