ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

IPDB changes script location (sys.path)

Open sunwaterdev opened this issue 1 year ago • 0 comments

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

sunwaterdev avatar Jul 06 '24 19:07 sunwaterdev