overflow_probe_container_ge.../.vscode/launch.json
crusader d6a7dc0670 ing
2017-12-19 15:28:34 +09:00

26 lines
742 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug",
"request": "launch",
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopOnEntry": false,
"mainClass": "com.loafle.overflow.probe.container.Container",
"projectName": "probe_container_general",
"args": "/project/overFlow/probe/pid/general.pid"
},
{
"type": "java",
"name": "Debug (Attach)",
"request": "attach",
"hostName": "localhost",
"port": 0
}
]
}