wx.setEnableDebug 能否支持window版本小程序?

发布于 6 年前作者 qzhao10488 次浏览最后编辑 6 年前来自 issues

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

1 回复
xiuyingqiao
xiuyingqiao1 楼4 年前
  wx.setEnableDebug({
      enableDebug: true,
      complete(res){
        console.log(res)
      }
    })

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