Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created January 9, 2020 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.
Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.
VSCode Debug (Golang/Revel Framework)
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"port": 9000,
"host": "127.0.0.1",
"env": {},
"showLog": true,
"program": "${workspaceRoot}/app/tmp/",
"args": ["-importPath", "reporting", "-srcPath", "C:\\Users\\jmichael\\Development-Linux\\go\\src", "-runMode", "dev"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment