1

Getting below Error while debugging in VS Code for Chrome:

Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect ...

Already looked into the below thread: and followed the process: Debug & Run Angular2 Typescript with Visual Studio Code?

My launch.json :

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch localhost with sourcemaps",
            "type": "chrome",
            "request": "launch",
            "url": "http://localhost:3000/hi",
            "sourceMaps": true,
            "webRoot": "${workspaceRoot}"
        }
    ]
}
2
  • If you open up Chrome Dev Tools and hit ctrl + p and search for a file can it find your typescript files? Commented Jan 24, 2017 at 14:07
  • Can you see more of that error message if you make the window wider (or open the developer tools on the Code window and check in the console?) Commented Jan 24, 2017 at 22:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.