New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qdebug

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qdebug

a debug tool

latest
npmnpm
Version
2.1.3
Version published
Weekly downloads
1
-95.83%
Maintainers
1
Weekly downloads
 
Created
Source

QDebug

一个轻量、可拓展、针对手机网页的前端开发者调试面板。

开发

  • npm run start

发布打包

  • npm run dist

特性

  • 查看 console 日志
  • 查看网络请求
  • 查看 Cookies 、 localStorage 和 sessionStorage
  • 手动执行 JS 命令行
  • 自定义插件

版本更新

1.增加临时版本功能 system => Info => H5version: 发版时间:1月8日19时33分临时版本号:111

2.增加切换环境功能 set 3.增加配置环境名称和环境列表 4.增加element查看 5.增加远程列表(1.4.0) 6.优化选择列表。(版本1.4.2) 7.选择列表可以分组。(版本1.5.0) 8.远程列表域名切换。(版本1.5.1)

参数

参数说明类型默认值版本例子
setOptions设置“设置”选项卡配置Object-1.1.4-

setOptions的子参数

参数说明类型默认值版本例子
evnName定义环境key值String'qDebugEnv'加项目path1.1.4-
evnList定义环境列表Array[]1.1.4[{value:'www.kg.com'}]

上手

<script src="https://static.daojia.com/assets/qdebug/qdebug.min.js"></script>
<script> 
  //设置参数
  var debug = new QDebug({setOptions:{
    evnName:"myevn",
    evnList: [{value:"www.songdonghong.com"},{value:"suyun.daojiao.com"},{value:"www.kgdc.com"}]
  }})
</script>
npm install qdebug

代码解读

core

核心代码

Keywords

debug

FAQs

Package last updated on 23 Jun 2020

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