As the user @ffeast commented, there is an open ipdb issue, and a few workarounds suggested. For me these worked well:
- press ctrl+z and
kill %1
(or whatever the Job number is) - execute
ipdb> import os; os._exit(1)
As the user @ffeast commented, there is an open ipdb issue, and a few workarounds suggested. For me these worked well:
kill %1
(or whatever the Job number is)ipdb> import os; os._exit(1)