wx.setEnableDebug 能否支持window版本小程序?
发布于 4 年前 作者 qzhao 10246 次浏览 来自 官方Issues

希望小程序后续能支持windows 版本的调试工具。现在window上排查问题很不方便

1 回复
  wx.setEnableDebug({
      enableDebug: true,
      complete(res){
        console.log(res)
      }
    })

试了下pc的微信小程序 返回not supported

回到顶部