【发布时间】:2021-04-06 21:46:06
【问题描述】:
我最近添加了
{
"name": "Flutter Web",
"request": "launch",
"type": "dart",
"args": ["-d", "chrome","--web-port", "9000", "--web-enable-expression-evaluation"],
},
到我的launch.json,因为我需要为我的flutter web调试指定一个端口。但不是,我发现很难切换回 ios 或 android。 Vscode 只想调试 launch.json 中的内容。关于如何将 android/ios 调试配置添加到 launch.json 有什么建议吗?
【问题讨论】: