All Projects → itenl → React Native Vdebug

itenl / React Native Vdebug

Licence: mit
React-Native 调试工具,支持Console终端、Network导出cURL,可视化Response,Retry cURL。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Vdebug

debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (-84.68%)
Mutual labels:  debugger, debug
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+2939.52%)
Mutual labels:  debugger, debug
xr
Lightweight debug server utility for PHP.
Stars: ✭ 116 (-6.45%)
Mutual labels:  debugger, debug
error
Makes handling and debugging PHP errors suck less
Stars: ✭ 17 (-86.29%)
Mutual labels:  debugger, debug
Dap Mode
Emacs ❤️ Debug Adapter Protocol
Stars: ✭ 809 (+552.42%)
Mutual labels:  debugger, debug
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (-62.1%)
Mutual labels:  debugger, debug
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (+120.16%)
Mutual labels:  curl, debug
PBD
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Stars: ✭ 52 (-58.06%)
Mutual labels:  debugger, debug
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (+383.06%)
Mutual labels:  debugger, debug
Remotedebug
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Stars: ✭ 467 (+276.61%)
Mutual labels:  debugger, debug
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-83.87%)
Mutual labels:  debugger, debug
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (-54.84%)
Mutual labels:  debugger, debug
docker-pudb
Debug Python code within a Docker container remotely from your terminal using pudb
Stars: ✭ 18 (-85.48%)
Mutual labels:  debugger, debug
simple-debug.css
Debug your layouts with one line of CSS
Stars: ✭ 32 (-74.19%)
Mutual labels:  debugger, debug
SmartDump
SmartDump - an exception and memory dump capture utility
Stars: ✭ 17 (-86.29%)
Mutual labels:  debugger, debug
Lua Debug
Lua Debug Adapter for Visual Studio Code
Stars: ✭ 254 (+104.84%)
Mutual labels:  debugger, debug
react-native-debug-console
A network and console debug component and modal for react native purely in JavaScript
Stars: ✭ 17 (-86.29%)
Mutual labels:  debugger, debug
golang-debugger-book
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a debugger work? If we develop a debugger for go programming language, we must master go type system, runtime... and some Operating System internals. OK,…
Stars: ✭ 49 (-60.48%)
Mutual labels:  debugger, debug
Go Debug
🐛 A go debugger for atom using delve.
Stars: ✭ 390 (+214.52%)
Mutual labels:  debugger, debug
Ansible Role Php Xdebug
Ansible Role - PHP Xdebug
Stars: ✭ 34 (-72.58%)
Mutual labels:  debugger, debug

react-native-vdebug

NPM Version NPM Downloads install size

React-Native 调试工具

支持情况

  • [x] Command 自定义上下文
  • [x] 复制 cURL 至粘贴板
  • [x] 重新请求 URL
  • [x] 可视化 Response
  • [x] Log 等级分类
  • [x] 关键字过滤 Log / Network
  • [x] Command 历史记录
  • [ ] 导出所有 Log / Network (ing...)

Install

Install NodeJS and suggest >= 8.11.0

Usage

npm install 'react-native-vdebug'

import VDebug, { initTrace, setExternalContext } from 'react-native-vdebug';

// Before component Render, perform Proxy Console/Network (Optional)
initTrace()

// Context object when the command is executed (Optional)
setExternalContext('your context')

return <VDebug 
  // Expansion panel (Optional)
  panels={[
    title:'your title',
    component: your component
  ]} 
  // Info panel (Optional)
  info={{ obj: 'your object' }} 
/>

Snapshot





✶ MIT ✶

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].