Closed kishan3 closed 8 years ago
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?
@kishan3 are you using App Engine? It's quite possible that app engine is preventing using ipdb. Can you try using regular pdb
?
@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.
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 notifications@github.com 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 https://github.com/GoogleCloudPlatform/webapp2/issues/121#issuecomment-259038321, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPUc1Yt5FRjY_UZHAc57xnvKjR95TXhks5q7_D2gaJpZM4Kq6c5 .
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.
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
@mymtwcom any links to solve this specifically for Linux?
Hi guys I am coming django background I am unable to get into debugging mode as we do in django and flask.
I have installed ipdb using pip but my webapp2 application says
ImportError: No module named ipdb
.I have also tried taking the app inside virtualenv (although its not necessary I guess ) still it doesn't work.