Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend algorithm.debug w/ no arguments to mean set_trace #1

Open
chadwhitacre opened this issue Jan 10, 2014 · 0 comments
Open

extend algorithm.debug w/ no arguments to mean set_trace #1

chadwhitacre opened this issue Jan 10, 2014 · 0 comments

Comments

@chadwhitacre
Copy link
Contributor

You can add pdb.set_trace to an algorithm list and it will work as expected (you get dropped into the run function when it's hit). However, you have to import pdb separately. We should have an algorithm.set_trace method that aliases pdb.set_trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant