Skip to content

Is there a way to run pdb? #20

Open
@joaqo

Description

@joaqo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions