Files
CRSim/CRSim.ExamplePlugin/Properties/launchSettings.json
2025-07-12 09:04:53 +08:00

11 lines
280 B
JSON

{
"profiles": {
"CRSim 插件": {
"commandName": "Executable",
"executablePath": "$(CRSim_DebugBinaryFile)",
"commandLineArgs": "-epp $(TargetDir) -debug",
"workingDirectory": "$(CRSim_DebugBinaryDirectory)",
"nativeDebugging": true
}
}
}