Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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": ""