去的 vscode 突然不能 debug 了,提示我 “Breakpoint set but not yet bould?” “vs code unsupported”
最近在学习 react.js 小书,里面有不错的例子,便 debug 看看。( refer to:https://github.com/huzidaha/react-naive-book-examples/tree/master/comment-app3/src)
下载下来,npm install,然后 npm start 。都挺正常的,没有问题。
接着在 vscode 里面,配置好 debugger for chrome (一个插件 microsoft 出的). F5 就可以开始了。
下午一直都是好的,断点什么的,正常工作。6:00pm 左右的时候,突然一下子。就不能 debug 了!
所有的断点提示我 “Breakpoint set but not yet bould ?”
然后,vscode 的标题栏出现了图片中的 unsupported 。右下脚也有提示 什么 currupt
可是,我并不知道哪里出了问题?怎么知道是哪里,可以某插件出问题了?或者怎么看到详细的出错提示?
谢谢!
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}" } ] }

https://i.postimg.cc/yxJZwNJm/PIC-20200413002.jpg
https://i.postimg.cc/PJBwhkZB/PIC-20200413003.jpg