简体   繁体   中英

Python IDEs with Full Debugging Support

I have Anaconda installed in my system and personally use jupyter notebook for my development. The problem is I want to debug my code with a visual debugger which jupyter doesn't support Reference .

Could you introduce some tool which gives full visual debugging experience and also works well with Anaconda?

This one seems appropriate to me but as mentioned in the comments, It's problematic in windows 10.

I recommend 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 (seelink ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM