[]Error processing "launch": Error: 找不到文件: null 请设置文件配置文件属性runtimeExecutable

不能调试报这个错,大神帮忙看一下
已邀请:

Aar0n

赞同来自:

.laya 文件夹 有launch.json 配置这个文件。

laaaa

赞同来自:

楼主解决了吗  要怎么配置

漫步人生路

赞同来自:

我也是这样,有大神来指导一下吗
 

格七

赞同来自:

今天我在win10上碰到了这个问题,点击报错会跳到这个文件bundle.js,修改下这个地方
// const chromePath = args.runtimeExecutable || utils.getBrowserPath();
const chromePath = "C:/Users/Admin/AppData/Local/MyChrome/Chrome/Application/chrone.exe";
var fs = require("fs")
if(!fs.existsSync(chromePath))
{
throw new Error("找不到文件: "+chromePath+" 请设置文件配置文件属性runtimeExecutable");
return
}把这个chromePath直接赋值为浏览器的地址

要回复问题请先

商务合作
商务合作