Skip to content

Commit 5d728db

Browse files
committed
loadtest-controller: add launch config for vscode
1 parent de44b98 commit 5d728db

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Debug Load Test Controller",
7+
"request": "launch",
8+
"mainClass": "com.example.loadtestcontroller.LoadtestControllerApplication",
9+
"projectName": "loadtest-controller",
10+
"cwd": "${workspaceFolder}",
11+
"console": "integratedTerminal",
12+
},
13+
{
14+
"type": "java",
15+
"name": "Remote Debug Load Test Controller (attach)",
16+
"request": "attach",
17+
"hostName": "localhost",
18+
"port": 8081
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)