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:
...
[
"?url=https%3A%2F%2Fgithub.com%2Fusr%2Flocal%2FCellar%2Fpython%2F2.7.12_2%2FFrameworks%2FPython.framework%2FVersions%2F2.7%2Flib%2Fpython2.7%2Fbdb.py",
49,
"trace_dispatch",
"return self.dispatch_line(frame)"
],
[
"?url=https%3A%2F%2Fgithub.com%2Fusr%2Flocal%2FCellar%2Fpython%2F2.7.12_2%2FFrameworks%2FPython.framework%2FVersions%2F2.7%2Flib%2Fpython2.7%2Fbdb.py",
68,
"dispatch_line",
"if self.quitting: raise BdbQuit"
]
],
"errorType": "BdbQuit",
"errorMessage": ""