Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipdb: accept header= argument (ipython#14289)
This improves symmetry between Ipdb and vanilla old Pdb. The `header` argument to `pdb.set_trace()` [has been added in Python 3.7](https://docs.python.org/3.9/whatsnew/3.7.html#pdb). _(This still requires changes in [gotcha/ipdb](https://github.com/gotcha/ipdb) to be fully useful - I'll get to that later 😉)_
- Loading branch information