Coder Social home page Coder Social logo

debug's People

Contributors

narfdotpl avatar qarkai avatar terr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

debug's Issues

IPython 0.11 compatibility

cannot import name ipapi

It will become an issue with 0.11 stable release but I don't think it will happen too soon.

Looks like it has happened (a few months ago), any chance of seeing a fix for IPython 0.11?

Can't start debugging twice

Using "import debug" at the point of debug is easy, but there is a problem because after the first time "debug" is imported then further such statements have no effect. So you can't have multiple debug points, and even within the same ipython session only the first import is noticed. You might make a callable function so at any debug point you do:
import debug; debug.debug()

Also, maybe wrap the code that imports "see" in a try so this is dependency is optional.

ImportError: cannot import name ipapi

/usr/local/lib/python2.7/dist-packages/debug.py in ()
4 from sys import _getframe
5
----> 6 from IPython import ipapi
7 from IPython.Debugger import Pdb
8 from IPython.Shell import IPShell

ImportError: cannot import name ipapi

Info:

Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
Type "copyright", "credits" or "license" for more information.

IPython 0.11.dev -- An enhanced Interactive Python.

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.