gpt4 book ai didi

logging - Visual Studio Code 不显示控制台日志

转载 作者:行者123 更新时间:2023-12-04 08:47:33 27 4
gpt4 key购买 nike

例如,在此方法中,我使用 console.log() 登录到控制台以进行调试

_onSearchTextChanged = (event) => {
console.log('_onSearchTextChanged');
...
};

但是 Visual Studio Code 在控制台中没有显示任何内容

enter image description here

最佳答案

如果您在 Visual Studio 代码中使用 Debug模式,则可以添加选项:

{
 "outputCapture": "std"
}
这会将您的日志重定向到调试控制台内。
编辑:正如 Luigi04 在评论部分提到的,这个设置需要放在 launch.json

关于logging - Visual Studio Code 不显示控制台日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45667351/

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