Skip to content

Commit f9939de

Browse files
jharveybZZiigguurraatt
authored and
ZZiigguurraatt
committed
chore: add vscode debug target for specific itest
1 parent 30b3065 commit f9939de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "Debug itest",
9+
"type": "go",
10+
"request": "launch",
11+
"mode": "exec",
12+
"preLaunchTask": "reset before itest",
13+
"program": "itest/itest.test",
14+
"args": [
15+
"-test.v",
16+
"-test.run=TestLightningTerminal/test_custom_channels",
17+
"-logoutput",
18+
"-logdir=${workspaceFolder}/itest/.logs",
19+
"-litdexec=${workspaceFolder}/itest/litd-itest",
20+
"-btcdexec=${workspaceFolder}/itest/btcd-itest",
21+
]
22+
},
723
{
824
"name": "Debug Tests",
925
"type": "node",

0 commit comments

Comments
 (0)