Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to run pdb? #20

Open
joaqo opened this issue Aug 1, 2017 · 0 comments
Open

Is there a way to run pdb? #20

joaqo opened this issue Aug 1, 2017 · 0 comments

Comments

@joaqo
Copy link

joaqo commented Aug 1, 2017

Hey, really love this package. Been using emulambda for some time, but I am now looking for an alternative that supports pdb. Is there a way to run a pdb.set_trace() using this module? I've tried but get the following stack trace:

...
        [
            "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py",
            49,
            "trace_dispatch",
            "return self.dispatch_line(frame)"
        ],
        [
            "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py",
            68,
            "dispatch_line",
            "if self.quitting: raise BdbQuit"
        ]
    ],
    "errorType": "BdbQuit",
    "errorMessage": ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants