Python 具有完整调试支持的 IDE

Python IDEs with Full Debugging Support

我的系统中安装了 Anaconda,我个人使用 jupyter notebook 进行开发。问题是我想用 jupyter 不支持的可视化调试器调试我的代码 .

能否介绍一些工具,既能提供完整的可视化调试体验,又能很好地与 Anaconda 配合使用?

似乎适合我,但如评论中所述,windows 10.

中存在问题

我推荐VSCode. I'm using it myself with anaconda and python interactive files, plus full debugging experience is available. In my opinion, it's the best IDE for DS with python (see link).