After starting a script several times I recognized that the python system path was extended by pydevd_path each time the script was run.
This update introduces a check before appending to the system path to ensure no duplicate entries are added. This modification prevents the unnecessary cluttering of the system path with the same paths multiple times.
After starting a script several times I recognized that the python system path was extended by pydevd_path each time the script was run.
This update introduces a check before appending to the system path to ensure no duplicate entries are added. This modification prevents the unnecessary cluttering of the system path with the same paths multiple times.