最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to debug app in chrome using webpack. Breakpoints ignored - Stack Overflow

programmeradmin2浏览0评论

I've tried relevant stack overflow questions, but there is no result.

Launch.json___________________________________

  {
    "type": "chrome",
    "request": "launch",
    "name": "Launch Chrome Debugger",
    "port": 9222,
    "url": "http://localhost:3000",
    "webRoot": "${workspaceRoot}/src",
    "sourceMaps": true,
    "timeout": 15000,
    "trace":"verbose"

}

I've tried relevant stack overflow questions, but there is no result.

Launch.json___________________________________

  {
    "type": "chrome",
    "request": "launch",
    "name": "Launch Chrome Debugger",
    "port": 9222,
    "url": "http://localhost:3000",
    "webRoot": "${workspaceRoot}/src",
    "sourceMaps": true,
    "timeout": 15000,
    "trace":"verbose"

}

Share Improve this question asked Mar 19 at 16:06 RuslanRuslan 214 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Thank ypu all. I have found

  {
    "type": "chrome",
    "request": "launch",
    "name": "Launch Chrome Debugger",
    "url": "http://localhost:3000",
    "webRoot": "${workspaceRoot}/src",
    "sourceMaps": true,
    "timeout": 15000,
    "trace":"verbose"
}
no port:9222 needed
发布评论

评论列表(0)

  1. 暂无评论