vs code 在查看數組元素時,默認只能看 32 個,如果需要查看更多,可以通過修改 launch.json 文件來實現:
添加 xdebugSettings
"xdebugSettings": { "max_children": 999, }
找到 launch.json 文件
參考:https://stackoverflow.com/questions/49752153/visual-studio-code-debugging-array-evaluation
vs code 在查看數組元素時,默認只能看 32 個,如果需要查看更多,可以通過修改 launch.json 文件來實現:
添加 xdebugSettings
"xdebugSettings": { "max_children": 999, }
找到 launch.json 文件
參考:https://stackoverflow.com/questions/49752153/visual-studio-code-debugging-array-evaluation
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。