Pycharm ce how to debug different files

problem description

I have test9.py and test10.py in a work directory
clipboard.png
test9.py,debug.
clipboard.png

question

1. Now I"m going to do debug, at the break point under test10.py. Why did debug, jump back to test9.py?
2. I expect to use a configuration application under the entire work directory without changing the debug configuration script path. What kind of configuration do I need?

Mar.23,2022

1. Because the script path in the debug configuration points to test9.py
2. There seems to be no such configuration, only debug, for projects or individual files. If you expect to use a configuration application, you should turn the entire work into a project.

Menu