25 lines
850 B
JSON
25 lines
850 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 Application",
|
|
"request": "launch",
|
|
"mainClass": "org.ngengine.platform.DesktopLauncher",
|
|
"projectName": "platform-desktop",
|
|
"osx": {
|
|
"vmArgs": "-XstartOnFirstThread"
|
|
},
|
|
"linux": {
|
|
"env": {
|
|
"__GL_THREADED_OPTIMIZATIONS": "0"
|
|
}
|
|
},
|
|
"vmArgs": "-ea -Dthreadwarden=true -Djava.util.logging.config.file=${workspaceFolder}/dev-logging.properties",
|
|
|
|
}
|
|
]
|
|
} |