Created
January 9, 2020 19:11
-
-
Save xXPhenomXx/17038825a1296ad45af16925ebaca6e9 to your computer and use it in GitHub Desktop.
VSCode Debug (Golang/Revel Framework)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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
Currently, Bloxstrap Download is limited to Windows devices. Credit goes to Pizzaboxer, the creator of this impressive software, for making it available.