Created
July 13, 2019 12:05
-
-
Save xXPhenomXx/91c686fcc299cf7a3e203a4d56d0d777 to your computer and use it in GitHub Desktop.
Vscode Golang/Revel Debug
This file contains hidden or 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": 2345, | |
| "host": "127.0.0.1", | |
| "env": {}, | |
| "showLog": true, | |
| "program": "${workspaceRoot}/app/tmp/", | |
| "args": ["-importPath", "myapp", "-srcPath", "c:\\work\\golang\\src", "-runMode", "dev"] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The emulator allows users to open multiple instances simultaneously, which is great for multitasking or playing several games at once.
Suyu Emulator official