summaryrefslogtreecommitdiff
path: root/Resources/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/.vscode/launch.json')
-rw-r--r--Resources/.vscode/launch.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/Resources/.vscode/launch.json b/Resources/.vscode/launch.json
index 4248412..94088ea 100644
--- a/Resources/.vscode/launch.json
+++ b/Resources/.vscode/launch.json
@@ -13,12 +13,12 @@
"cwd": "${workspaceFolder}",
"luaFileExtension": "",
"connectionPort": 8818,
- "stopOnEntry": true,
+ "stopOnEntry": false,
"useCHook": true,
"autoPathMode": true,
// 自动启动编辑器
- // https://stackoverflow.com/questions/34698230/how-to-run-multiple-commands-via-start-command/34698365
- "preLaunchTask": "LaunchEditor", "postDebugTask": "KillEditor"
+ "program": "${workspaceFolder}/../Build/Editor.exe", "postDebugTask": "KillEditor"
+ //"preLaunchTask": "LaunchEditor", "postDebugTask": "KillEditor"
},
{
"type": "lua",
@@ -30,7 +30,7 @@
"packagePath": [],
"luaFileExtension": "",
"connectionPort": 8820,
- "stopOnEntry": true,
+ "stopOnEntry": false,
"useCHook": true
}
]