Changes
Page history
Update Debugging
authored
Dec 05, 2023
by
Neil-Jocelyn Schark
Show whitespace changes
Inline
Side-by-side
Debugging.md
View page @
0827321d
...
...
@@ -62,3 +62,17 @@ And a version with some additional configurations:
}
```
To debug integration tests, run
`make controller-integration-tests-debug-up`
and then open your desired test file and start the following config:
```
json
{
"name"
:
"Debug current integration test file"
,
"type"
:
"go"
,
"request"
:
"launch"
,
"mode"
:
"test"
,
"program"
:
"${file}"
,
"env"
:
{},
"args"
:
[],
"showLog"
:
true
}
```
\ No newline at end of file