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

step and next commands during pdb effectively quits the debugger #294

Open
rvinzent opened this issue Jun 13, 2018 · 0 comments
Open

step and next commands during pdb effectively quits the debugger #294

rvinzent opened this issue Jun 13, 2018 · 0 comments

Comments

@rvinzent
Copy link

Overview

Setting the --pdb flag allows me to enter the debugger on error or failure, but when I am there, the debugger is essentially worthless. The most critical commands, s and n will just cause the debugger to exit completely and continue tests. up and down commands navigate the traceback, but the debugger will never step into the functions inside the traceback.

Setting the debugger manually inside the test works perfectly.

Versions

django 2.0.6
django_nose 1.4.9

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