{
"version":
"0.2.0",
"configurations": [
{
"type":
"cocos",
"request":
"attach",
"name":
"Cocos-Debug",
"port":
5086,
//"address": "localhost",
"address":
"::1",//IPV6
"cwd":
"${workspaceRoot}"
}
]
}