🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-debug

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-debug

> lighting-plugin-debug 是一款辅助 light 工程进行开发调试的 lighting 插件,通过开启 debugServer,可以配合 Lightview 移动端调试真机设备的运行效果和报错异常。

latest
npmnpm
Version
1.0.21
Version published
Weekly downloads
54
671.43%
Maintainers
2
Weekly downloads
 
Created
Source

lighting-plugin-debug 是一款辅助 light 工程进行开发调试的 lighting 插件,通过开启 debugServer,可以配合 Lightview 移动端调试真机设备的运行效果和报错异常。

安装

注:安装 debug 插件之前,请确保您已经安装 lighting 脚手架工具

light plugin -a debug //安装

light plugin -u debug //更新

light plugin -r debug //卸载

使用

light server --debug //单独开启调试窗口
#OR
light release -wb --debug //在编译流程中开启调试窗口

文档

了解更多 lighting-plugin-debug 插件的信息,请点击这里

更新记录

v1.0.21

  • 小程序环境变量提前注入,可在业务代码入口直接获取环境信息

v1.0.20

  • 支持同步app的小程序运行时模板

v1.0.18

  • 支持调试对小程序2.0应用

v1.0.5

  • 修复jsnative插件debug模式下的inpect功能不可用的问题

2018.4.13

  • 支持以ip打开浏览器

2017.12.29

  • 修复端口号自动加1000的问题

2017.12.12

  • 增加发布版本
  • 调试模式更新,功能增强

FAQs

Package last updated on 22 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts