Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created January 9, 2020 19:11
Show Gist options
  • 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"]
}
]
}
@oKyleoo
Copy link

oKyleoo commented Nov 2, 2024

Currently, Bloxstrap Download is limited to Windows devices. Credit goes to Pizzaboxer, the creator of this impressive software, for making it available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment