I use the latest version of ipdb 0.10.0 and when I run my django test suite using the nosetests plugin, as soon as I click on the call import ipdb; ipdb.set_trace(), I cannot see the prompt.
I tried adding the "-s" parameter to the nasal args, which displays a prompt, but incorrectly displays their keyboard input in ipdb. for example, I lose input history with the up and down arrow keys.
Finally, I tried again using ipdb 0.9.3 and it works correctly.
I am wondering if there is a way to fix this problem using the latest version of ipdb? Is there a new tuning mechanism?
source
share