File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,19 @@ Add `--watch` to keep the type checker running in a watch mode that updates the
99
99
pnpm tsc --watch
100
100
```
101
101
102
+ ## Debugging
103
+
104
+ This repository includes a [ VS Code launch configuration] ( https://code.visualstudio.com/docs/editor/debugging ) for debugging.
105
+ Depending upon the type of usage, it can include debugging for unit tests _ and_ for executable (or "bin") apps.
106
+
107
+ ### Unit Tests
108
+
109
+ To debug a unit test, open a test file, then run _ Debug Current Test File_ from the VS Code Debug panel (or press F5).
110
+
111
+ ### ` bin ` Apps
112
+
113
+ To debug a ` bin ` app, add a breakpoint to your code, then run _ Debug Program_ from the VS Code Debug panel (or press F5).
114
+
102
115
## Setup Scripts
103
116
104
117
As described in the ` README.md ` file and ` docs/ ` , this template repository comes with three scripts that can set up an existing or new repository.
You can’t perform that action at this time.
0 commit comments