Skip to content

Commit

Permalink
docs📝: 解决paused in debugger的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
simply-none committed Feb 7, 2023
1 parent 23c150e commit 21ac185
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions usage-project/项目启动报错汇总-其他.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
2. 分析代码结构,文件保存部分的代码无论怎么进行console.log,均无法输出内容
3. 打开everything,查找文件名相关文件,可搜索到`.ink`的同名文件,但无法搜索到
4. 查看文件保存的api,得出是文件保存的api发生了变更,所以导致无法保存

## vue项目调试过程中,打开chrome控制台后显示Paused in debugger

错误导致的问题:
1. 有遮罩层,该问题可通过打开chrome控制台,右上角的设置-偏好设置中,将【停用已暂停的状态叠加层】选项勾选,将【启动网络请求屏蔽功能】选项取消勾选
2. 不进行网络请求和点击事件失效,解决方法:打开控制台,选择【源代码】tab,将右侧的所有绿色的图标置灰(不要激活),然后取消勾选【XHR/提取断点】下的任何XHR/提取。若还有问题,可查看该tab下的其他选项,看时候没有关掉/打开

0 comments on commit 21ac185

Please sign in to comment.