windows平台:
在launch.json中添加
{"name": "(Windows) 启动","type": "cppvsdbg","request": "launch","program": "${workspaceFolder}/build/win/x86/player_demo_win.exe","args": [],"stopAtEntry": false,"cwd": "${workspaceFolder}/build/win/x86","environment": [],"externalConsole": false
}