revel / revel

A high productivity, full-stack web framework for the Go language.

Home Page:http://revel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debugging on vscode

iwasug opened this issue · comments

image
{
"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", "basic-crud", "-srcPath", "c:\Users\IWA SUGRIWA\go\src", "-runMode", "dev"]
}
]
}

Please don't post code as pictures. I have no idea what this issue is about. Please close.

closed