Giter Club home page Giter Club logo

script.module.pydevd's Introduction

script.module.pydevd

Kodi support for PyDev debugging in Eclipse/Aptana.

How to use:

  • Add script.module.pydevd as a requirement to the module under test:

    <!-- addon.xml -->
    <addon id="your.addon">
        <requires>
            <import addon="script.module.pydevd" version="4.4.0"/>
        </requires>
    </addon>
  • Start the debug server in Eclipse.

    If the debug server is not running when you call settrace then you'll encounter:

    Error Type: <class 'socket.error'>
    Error Contents: [Errno 111] Connection refused
  • Then in the code under test:

    import pydevd
    pydevd.settrace(stdoutToServer=True, stderrToServer=True)
  • Use Eclipse debug perspective to move through code.

See http://pydev.org/ for details.

Known Issues:

When attempting to exit or shutdown, Kodi will often freeze after a debug session has been initiated.

Images in Kodi skins often fail to render during a debug session. If you want to verify that images are being rendered then do not run under a pydev debug session.

Trademarks:

"Python" is a registered trademark of the PSF. The Python logos (in several variants) are trademarks of the PSF as well. The logos are not registered, but registration does not equal ownership of trademarks.

www.python.org/psf/trademarks/

script.module.pydevd's People

Contributors

nabilbendafi avatar neohidra avatar powlo 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.