Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Question

Removed red herrings about Chrome version. This question has lots of answers, but none are related to the Chrome version.
Source Link

I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the "Unverified breakpoint" message on my breakpoint, and execution does not stop on my breakpoint.

Here is my launch.json file:

{
 linkid=830387
 "version": "0.2.0",
 "configurations": [
 {
 "type": "chrome",
 "request": "launch",
 "name": "Launch Chrome against localhost",
 "url": "http://localhost:4200",
 "sourceMaps": true,
 "webRoot": "${workspaceFolder}"
 }
 ]
}

App Version:

  • Visual Studio Code: 1.25.1
  • Chrome: 67.0.3396.99

I read that if you have a Chrome version below 59.x, you will receive this error. If I open Chrome and navigate to Settings > Help, I can see my Chrome version is 67.0.3396.99. When I navigate to Help > About in Visual Studio Code, the version for Chrome is displayed as 58.0.3029.110.

Not sure if this is related, but how do I update my Chrome version displayed within Visual Studio Code, to reflect the proper Chrome version?

Any other suggestions on how I can solve this issue?

I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the "Unverified breakpoint" message on my breakpoint, and execution does not stop on my breakpoint.

Here is my launch.json file:

{
 linkid=830387
 "version": "0.2.0",
 "configurations": [
 {
 "type": "chrome",
 "request": "launch",
 "name": "Launch Chrome against localhost",
 "url": "http://localhost:4200",
 "sourceMaps": true,
 "webRoot": "${workspaceFolder}"
 }
 ]
}

App Version:

  • Visual Studio Code: 1.25.1
  • Chrome: 67.0.3396.99

I read that if you have a Chrome version below 59.x, you will receive this error. If I open Chrome and navigate to Settings > Help, I can see my Chrome version is 67.0.3396.99. When I navigate to Help > About in Visual Studio Code, the version for Chrome is displayed as 58.0.3029.110.

Not sure if this is related, but how do I update my Chrome version displayed within Visual Studio Code, to reflect the proper Chrome version?

Any other suggestions on how I can solve this issue?

I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the "Unverified breakpoint" message on my breakpoint, and execution does not stop on my breakpoint.

Here is my launch.json file:

{
 linkid=830387
 "version": "0.2.0",
 "configurations": [
 {
 "type": "chrome",
 "request": "launch",
 "name": "Launch Chrome against localhost",
 "url": "http://localhost:4200",
 "sourceMaps": true,
 "webRoot": "${workspaceFolder}"
 }
 ]
}

App Version:

  • Visual Studio Code: 1.25.1
  • Chrome: 67.0.3396.99

Any other suggestions on how I can solve this issue?

vscode-extensions tag is for extension development, not usage
Link
Gama11
  • 34.7k
  • 9
  • 92
  • 107
Source Link
monstertjie_za
  • 7.9k
  • 10
  • 48
  • 79
Loading
lang-js

AltStyle によって変換されたページ (->オリジナル) /