File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,18 @@ The app generation is based on https://angular.io/guide/setup-local.
2525## Debugging
2626
2727### Debug with Visual Studio Code
28- Launching and debugging in chrome will allow you to use break points in the source code.
29- The launchers are based on https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI .
30-
31- * Run the Visual Studio Code Launcher ` Launch ng serve & Chrome `
3228
3329#### Configure Debugger
3430
35311 . [ launch.json] ( ./.vscode/launch.json )
36322 . [ tasks.json] ( ./.vscode/tasks.json )
3733
34+ ### Launchers
35+ Launching and debugging in chrome will allow you to use break points in the source code.
36+ The launchers are based on https://github.com/microsoft/vscode-recipes/tree/master/Angular-CLI .
37+
38+ * Run the Visual Studio Code Launcher ` Launch ng serve & Chrome `
39+
3840
3941### Debug with npm
4042
You can’t perform that action at this time.
0 commit comments