12 lines
240 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Attach debbugger",
"request": "attach",
"hostName": "localhost",
"port": 8787
}
]
}