-
Notifications
You must be signed in to change notification settings - Fork 0
/
lunch.json
30 lines (30 loc) · 1.12 KB
/
lunch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
// This file I created for Run Slash test runner with vscode dubugger
"version": "0.2.0",
"configurations":
[
{
"name": "Slash Debug",
"type": "python",
"request": "launch",
"program": "/home/pnahid/Projects/diagnostics/venv/bin/slash",
"args": [
"run", "-vvv",
"-o", "config.Windows.hostname=10.1.0.100",
"-o", "general.env=WrLinux",
"-o", "config.WrLinux.is_virtual=False",
"-o", "config.WrLinux.ssh_key_path=/home/pnahid/.ssh/id_ecg_ecdsa",
"-o", "config.WR_PythonBinding.tools.rpyc.archive_path=/home/pnahid/Projects/builds/rpyc_dep.tar",
"-o", "config.Canoe.skip_startup=True",
"-o", "general.host_machine_config=/home/pnahid/jenkins_caas/host_config.toml",
"-o", "general.dlt_logger.collect=NETN",
"${file}"
],
"console": "integratedTerminal",
"justMyCode": false
}
]
}