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.
我遇到了数据迁移问题,真的希望我可以在问题点放置一个断点并检查对象。有没有办法通过 PyCharm 做到这一点?
如果没有,还有其他方法可以做到这一点吗?
如果不是,调试南迁移的最佳方法是什么?
是的,你可以在 PyCharm 中做到这一点。您需要创建Django 服务器运行配置。
使用您的南迁移命令指定自定义运行命令,然后只需按下调试按钮(在您希望调试器停止的位置放置断点之前)。