Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Wiki
Debugging
Changes
Page history
New page
Templates
Clone repository
Update Debugging
authored
1 year ago
by
Neil-Jocelyn Schark
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Debugging.md
+14
-0
14 additions, 0 deletions
Debugging.md
with
14 additions
and
0 deletions
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
This diff is collapsed.
Click to expand it.