Skip to content

Commit d1aa3b0

Browse files
committed
Merge branch 'master' of github.com:RicoSaupe/safe-stack-docs
2 parents 6c5d5eb + b6a2dce commit d1aa3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v4-recipes/developing-and-testing/debug-safe-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ VS Code allows "full stack" debugging i.e. both the client and server. Prerequis
6767

6868
* **Install** either [Google Chrome](https://www.google.com/chrome/) or [Microsoft Edge](https://www.microsoft.com/en-us/edge): Enables client-side debugging.
6969
* **Configure your browser** with the following extensions:
70-
* [Redux Dev Tools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en): Provides improved debugging support in Chrome with Elmish and access to Redux debugging.
71-
* [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi/related): Provides access to React debugging in Chrome.
70+
* [Redux Dev Tools](https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en): Provides improved debugging support in Chrome with Elmish and access to Redux debugging.
71+
* [React Developer Tools](https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi): Provides access to React debugging in Chrome.
7272
* **Configure VS Code** with the following extensions:
7373
* [Ionide](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp): Provides F# support to Code.
7474
* [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp): Provides .NET Core debugging support.

0 commit comments

Comments
 (0)