首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >VS代码不断生成debug.log

VS代码不断生成debug.log
EN

Stack Overflow用户
提问于 2020-09-22 21:43:47
回答 1查看 3.1K关注 0票数 7

我的VS代码突然开始在我的项目目录中到处产生一个名为debug.log垃圾的文件。示例内容如下:

代码语言:javascript
运行
复制
[0922/113308.083:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113308.120:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.228:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0922/113345.241:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)

是什么导致了这种情况?如何关闭此功能?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-10-17 09:05:16

正如@rahicks所链接的,这是一个已知的问题。从那时起,它就是fixed in release 1.49.2了,bug也被关闭了。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64011085

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档