You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andn
will just cause the debugger to exit completely and continue tests.up
anddown
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
The text was updated successfully, but these errors were encountered: