Unable to step into breakpoint set when "Debug file"

Version : 5.1.5
The debug right pointer stops at first line during debug. It doesn’t stop at breakpoint set. How to fix it?

Thank you for contributing.
We would appreciate if you would provide more details on what you are doing: which application are you running python in, and how are you setting a breakpoint of running the debugger? Perhaps you can share some minimal amount of code so that we can provide recommendations.

which application are you running python in
Debug not working after Keras installed.

how are you setting a breakpoint of running the debugger?
Clicking on the line. Red dot marked the line. “Ctrl-F5” to get to the marked line.

The following is a screen after ctrl-F5. The debug stopped the orange circle. White circle is the one I want it to stop.

The following are the steps I installed the Keras (Windows 11)
**1 .Run the base as admin **
2. create a new base or virtual environment
3. activate the new base
4. conda install -c anaconda keras
5. conda install jupyter
6. conda install spyder
7. conda install tensorflow-estimator=2.1.0

The debug still works up till step 3 but not after step 4 where keras is installed.
I have tried to install the ones given in the Navigator but I can’t get Spyder install if I do so.

Thank you.

1 Like

Please refer to the green circle instead of the white circle