GithubHelp home page GithubHelp logo

isabella232 / c9.ide.run.debug.ikpdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from c9/c9.ide.run.debug.ikpdb

0.0 0.0 0.0 266 KB

Cloud9 debugger client plugin for the IKPdb python debugger.

License: MIT License

JavaScript 100.00%

c9.ide.run.debug.ikpdb's Introduction

Cloud9 debugger client plugin for the IKPdb python debugger.

Features

  • Debugging of multithreaded programs
  • Conditional breakpoints
  • Variables hot modifications
  • "Turbo mode"
  • easy integration in frameworks

Installation

This plugin is installed by default in any new Cloud9's workspaces.

Getting started

Go to Cloud9, create an account there then:

  1. Create a Workspace using the Python template
  2. Create a new file with a few statements and save it as "debug_me.py".

You can copy / paste this snippet.

#coding: utf-8
print "I want to try Python debugging with IKPdb in Cloud9."
print "I step over onto this line."

3. Set a breakpoint on the first line by clicking in the left margin until a red circle appears.

Ignore the red check button on line 1 ; as it is relevant only for Django development.

docs/index_pic1__py_snippet.png

  1. Click on the Run button at the Top menu right-hand side.

docs/index_pic2__run_button.png

The debugger is now open on the breakpoint you defined at step 3.

docs/index_pic3__debugger_opened.png

Now you can:

Documentation

https://ikpdb.readthedocs.io/

Requirements

CPython 2.7

License

Cloud9 IKPdb's debugger client is licensed under the MIT License. See the LICENSE file at the root of this repository.

Source code

Source code is available on github:

https://github.com/audaxis/c9.ide.run.debug.ikpdb.git

Issues

Issues are managed using Github's Issues Tracker.

c9.ide.run.debug.ikpdb's People

Contributors

cmorisse avatar lennartcl avatar nightwing 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.