From 2cb48716ec567a7f578154c10d5bdfac26eb43d8 Mon Sep 17 00:00:00 2001 From: Kenneth Auchenberg Date: Fri, 3 Nov 2017 11:09:29 -0700 Subject: [PATCH] Add link to VS Code troubleshooting guide (#3399) * Add link to VS Code troubleshooting guide * Update README.md --- packages/react-scripts/template/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 6842ed6359f..0322806f075 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -272,6 +272,8 @@ Then add the block below to your `launch.json` file and put it inside the `.vsco Start your app by running `npm start`, and start debugging in VS Code by pressing `F5` or by clicking the green debug icon. You can now write code, set breakpoints, make changes to the code, and debug your newly modified codeā€”all from your editor. +Having problems with VS Code Debugging? Please see their [troubleshooting guide](https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md#troubleshooting). + ### WebStorm You would need to have [WebStorm](https://www.jetbrains.com/webstorm/) and [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed.