gpt4 book ai didi

python - Pycharm(一个 Python IDE)只能显示列表的前 300 个成员

转载 作者:IT老高 更新时间:2023-10-28 21:07:44 28 4
gpt4 key购买 nike

当我用超过 300 个元素填充列表时,我用来读取 Python 的工作环境(即 Pycharm)只会显示前 300 个元素。这适用于社区版和专业版。有谁知道如何解决这个问题,如果没有,是否有人知道可以显示列表的所有元素的 IDE,即使该列表有 10,000 个元素?

再次强调,出于调试目的,我需要能够查看列表的元素。

This shows that more than 300 elements cannot be viewed

This shows the length of the list in question.

最佳答案

是的,可以使用 pycharm 显示更多项目。

查看文件helpers/pydev/_pydevd_bundle/pydevd_resolver.py

编辑MAX_ITEMS_TO_HANDLE随心所欲。

# Note: 300 is already a lot to see in the outline (after that the user should really use the shell to get things)
# and this also means we'll pass less information to the client side (which makes debugging faster).
MAX_ITEMS_TO_HANDLE = 500

修改后不需要重启IDE,重新运行脚本即可。

对于 Windows 10,该文件位于 Program Files/JetBrains/PyCharm <version>/helpers/pydev/_pydevd_bundle/pydevd_resolver.py

关于python - Pycharm(一个 Python IDE)只能显示列表的前 300 个成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35067932/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com