Code Monkey home page Code Monkey logo

Comments (8)

theacodes avatar theacodes commented on August 10, 2024 1

Unfortunately there's nothing we can do in this library to get ipdb to work in app engine. There's an issue on App Engine, I suggest starring it to let them know that this is a desired feature.

I'm closing this issue for now, but feel free to continue to discuss.

from webapp2.

mymtw avatar mymtw commented on August 10, 2024

I didn't use ipdb, but pudb worked for me.
Can you install it and put this into your codeimport pudb;pudb.set_trace()? Will it work?

from webapp2.

theacodes avatar theacodes commented on August 10, 2024

@kishan3 are you using App Engine? It's quite possible that app engine is preventing using ipdb. Can you try using regular pdb?

from webapp2.

kishan3 avatar kishan3 commented on August 10, 2024

@jon yes i tried pdb and it works. But as you know ipdb is much better. Any idea why ipdb is not supported ? I would like to contribute for this requirement.

from webapp2.

theacodes avatar theacodes commented on August 10, 2024

I don't think webapp2 specifically is stopping you from using ipdb. Are you
using app engine?

On Mon, Nov 7, 2016, 7:48 PM kishan [email protected] wrote:

@jon https://github.com/jon yes i tried pdb and it works. But as you
know ipdb is much better. Any idea why ipdb is not supported ? I would like
to contribute for this requirement.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#121 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAPUc1Yt5FRjY_UZHAc57xnvKjR95TXhks5q7_D2gaJpZM4Kq6c5
.

from webapp2.

kishan3 avatar kishan3 commented on August 10, 2024

Yes i am using app engine. I get the error ImportError : No module named termios .
I googled about it but termios issue is related to windows OS it seems. I use ubuntu.

from webapp2.

mymtw avatar mymtw commented on August 10, 2024

this is not windows related issue. gae trying to hide stdlib libraries. Issue not related with web framework.
I would like to contribute for this requirement.
Im afraid that they will not implement this

from webapp2.

kishan3 avatar kishan3 commented on August 10, 2024

@mymtwcom any links to solve this specifically for Linux?

from webapp2.

Related Issues (20)

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.