ipdb
ipdb copied to clipboard
Question: adding my own command to ipdb while in breakpoint()
Hi,
I searched and tried different things, but I can't have my own command (which I put as a def foo() in a .py file under ~\.ipython\profile_default\startup ) visible when debugging a breakpoint().
The command is visible at the ipython interactive shell but not under breakpoint().
Thanks!!