aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
blob: f2355c7ef97c857910c7a5816c95794e5139ecb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"version": "0.2.0",
	"configurations": [
		{
			"type": "bashdb",
			"request": "launch",
			"name": "Bash-Debug (simplest configuration)",
			"program": "${file}",
			"osx": {
				"pathPkill": "/usr/bin/pkill"
			},
			"windows": {
				"pathBash": "C:/Windows/System32/bash.exe"
			}
		}
	]
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy