Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created July 13, 2019 12:05
Show Gist options
  • Select an option

  • Save xXPhenomXx/91c686fcc299cf7a3e203a4d56d0d777 to your computer and use it in GitHub Desktop.

Select an option

Save xXPhenomXx/91c686fcc299cf7a3e203a4d56d0d777 to your computer and use it in GitHub Desktop.
Vscode Golang/Revel Debug
{
"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"]
}
]
}
@oKyleoo
Copy link

oKyleoo commented Nov 2, 2024

The emulator allows users to open multiple instances simultaneously, which is great for multitasking or playing several games at once.
Suyu Emulator official

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