Python in Visual Studio (PTVS): Debug not working but Run works

只愿长相守 提交于 2019-12-20 05:01:53

问题


I installed PTVS 2.1 on MS Visual Studio 2013 and then created a simple python project showing 'Hello World'. When I Start Without Debugging I see the shell and 'Hello World' message, everything is fine. But when I try Start Debug, nothing happens, no errors are reported, no shell comes up, no breakpoints get reached, nothing!

Any suggestion?

My platform and packages:

Win 8.1 64bit
VS 2013 Ultimate
Python 2.7.9 64bit
PTVS 2.1 64bit


UPDATE:

I just found that in Visual Studio 2010, this problem does not exists.

来源:https://stackoverflow.com/questions/27582683/python-in-visual-studio-ptvs-debug-not-working-but-run-works

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!