I can run python script well on visual studio:

188056_1645491373.jpg

 

But when I set a “break point”, it never stop on this point and an error occurs:

188056_1645491495.jpg

 

I can set a “bread point” and make it work well in c# on visual studio, so how shall I do the same in python(In addition, I have installed “debugpy” and  “ptvsd”)?

Author