Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中打开了我的 web.py 项目,但是我该如何:
1)从Eclipse(而不是控制台)中启动我的项目?2) 从 Eclipse 中调试我的项目(断点等)?
没有关于此的易于访问的信息。
它实际上非常容易,并且适用于大多数项目。
1)转到“调试配置”窗口(在“调试为”下)。2) 在“Python Run”下,添加一个新配置。3) 输入项目名称。4) 在“主模块”下,单击“浏览”并选择您从命令行启动的脚本。5) 保存。
达斯汀