python-lambda-local icon indicating copy to clipboard operation
python-lambda-local copied to clipboard

Is there a way to run pdb?

Open joaqo opened this issue 8 years ago • 0 comments

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": ""

joaqo avatar Aug 01 '17 19:08 joaqo