1.0.9 • Published 4 years ago

hd-debug-tools v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

hd-debug-tools

混沌大学h5 debugger工具。

Based on VConsole

Features

  • view console logs
  • view network requests
  • view document elements
  • view cookies/LocalStorage/SessionStorage
  • view performance info
  • Execute JS command manually
  • Custom plugin
  • error report

Usage

Or, install vim npm:

npm install hd-debug-tools

import to your project:

<script>
import { HDDT, init_sentry } from 'hd-debug-tools

created() {
    new HDDT({
        // ...config
    })
    // 异常上报
    init_sentry({
      tag: "xxx" // page_index
    });
}
</script>

Configure

key含义类型默认值
default_load_script是否在页面最开始加载scriptBooleantrue
enable_body_entry是否开启默认body的entryBooleantrue
enable_url_entry是否开启url entryBooleantrue
url_entry_keyurl入口 keyStringvconsole
url_entry_valueurl入口 valueStringshow
entry自定义entryStringnull

Changelog

changelog.md

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago