ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Question: adding my own command to ipdb while in breakpoint()

Open gilbh opened this issue 3 years ago • 0 comments

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!!

gilbh avatar Apr 10 '22 01:04 gilbh