I have both native python and conda installed on my computer, but I deliberately does not add conda's python dir to path since I rarely use it. >where python ...
If you want to use Anaconda for science projects, one of the first things to consider is the spyder package, which is included in the basic Anaconda installation. Spyder is short for Scientific PYthon ...
Once a debug seesion is started and the first breakpoint is reached, the debug console is not responsive and the whole debugging session gets freezed (I can click on the continue, next steps, rerun, ...