Good morning,
I realized that in a program using a launch script, containing for example python3 app/core.py. The PATH of the script is therefore on the location of the bash script, while for ipdb the PATH is in, for example, ./, so this can cause debugging problems.
I don't know if this is easily correctable but there you go.
Good evening