gpt4 book ai didi

python - Visual Studio Code - Python - 列表索引限制最大 300 - 调试器

转载 作者:太空宇宙 更新时间:2023-11-03 15:33:31 24 4
gpt4 key购买 nike

我有一个包含数百个条目的列表。我认为列表的总大小为 3.5 MB。

调试问题时,我似乎无法查看任何通过 300 的条目,并且我看到这条消息“太大,无法显示内容。显示的最大项目数:300'

有什么想法吗?

Enter image description here

最佳答案

您想在 Visual Studio Code 工作区目录下找到一个名为 pydevd_resolver.py 的文件(您可以使用 Bash 这个命令找到它:find/-name pydevd_resolver.py 2>/dev/null)。

打开文件,在其中查找常量定义:MAX_ITEMS_TO_HANDLE = 300。您可以将此数字更改为任何您喜欢的数字,但请注意,这当然会消耗更多资源,因此请小心。

为了完成,我将此定义上方提供的注释粘贴到 pydevd_resolver.py 本身:

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).

关于python - Visual Studio Code - Python - 列表索引限制最大 300 - 调试器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56324745/

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