Access the pdb from inside a script

Is there a way to access the repl from within a script? I need to run the python debugger:

import pdb;pdb.set_trace()

However mecway just hangs when I do this, because there is no REPL/command line interface.

Thanks.

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!