使用kbone框架后还能使用小程序提供的插件Sourcemap定位错误位置吗?

1.下载最新版的开发者工具,菜单-设置-拓展设置-调试器插件;

2.sourcemap在小程序后台管理,开发管理-错误日志-错误内容旁边下载最新版本;

3.输入报错位置进行匹配。

定位出来全是data问题,属于框架内容,无法定位。

onTabItemTap(data) {

if (this.window && this.window.onTabItemTap) this.window.onTabItemTap(data)

},

赋微信小程序官方文档

https://developers.weixin.qq.com/miniprogram/dev/devtools/sourcemap.html