All Projects → thx → Magix Inspector

thx / Magix Inspector

magix项目调试分析工具

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Magix Inspector

slyblime
Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Stars: ✭ 35 (-73.88%)
Mutual labels:  debugger, inspector
Mcclim
An implementation of the Common Lisp Interface Manager, version II
Stars: ✭ 461 (+244.03%)
Mutual labels:  inspector, debugger
Rawkit
🦊 Immediately Open Chrome DevTools when debugging Node.js apps
Stars: ✭ 306 (+128.36%)
Mutual labels:  inspector, debugger
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (+347.01%)
Mutual labels:  inspector, debugger
Ply
CSS inspection aided by visual regression pruning
Stars: ✭ 370 (+176.12%)
Mutual labels:  inspector, debugger
Indium
A JavaScript development environment for Emacs
Stars: ✭ 1,058 (+689.55%)
Mutual labels:  inspector, debugger
Linqbridgevs
Dumps the content of variables during debugging in Visual Studio to LINQPad
Stars: ✭ 114 (-14.93%)
Mutual labels:  debugger
Code Pal For Abap
code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.
Stars: ✭ 121 (-9.7%)
Mutual labels:  inspector
Hevm
(OLD REPO) A debug-oriented Ethereum VM (EVM)
Stars: ✭ 114 (-14.93%)
Mutual labels:  debugger
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+28127.61%)
Mutual labels:  debugger
Flow Storm Debugger
A debugger for Clojure and ClojureScript with some unique features.
Stars: ✭ 128 (-4.48%)
Mutual labels:  debugger
Rexbug
A thin Elixir wrapper for the redbug Erlang tracing debugger.
Stars: ✭ 126 (-5.97%)
Mutual labels:  debugger
Inspector
The Inspector tool is a privilege escalation helper (PoC), easy to deployed on web server, this tool can list process running with root, check kernel version, check history file, get possible exploit ...
Stars: ✭ 119 (-11.19%)
Mutual labels:  inspector
Dap42
CMSIS-DAP debugger firmware for STM32F042Fx and STM32F103xx
Stars: ✭ 115 (-14.18%)
Mutual labels:  debugger
Mayacharm
Maya intergration for PyCharm.
Stars: ✭ 123 (-8.21%)
Mutual labels:  debugger
Jlsca
Side-channel toolkit in Julia
Stars: ✭ 114 (-14.93%)
Mutual labels:  inspector
Scout
Scout - Instruction based research debugger (a poor man's debugger)
Stars: ✭ 127 (-5.22%)
Mutual labels:  debugger
Flutter Debugger
Stars: ✭ 112 (-16.42%)
Mutual labels:  debugger
Puppet Debugger
A interactive live debugger and REPL for the puppet language
Stars: ✭ 117 (-12.69%)
Mutual labels:  debugger
Vscode Go
Go extension for Visual Studio Code
Stars: ✭ 2,268 (+1592.54%)
Mutual labels:  debugger

Magix Inspector Version Number THX Team License download

Magix项目的调试分析工具,直观的展示区块间的层级关系、事件绑定、数据共享、mixins等。实时以不同颜色显示渲染情况,正确渲染的区块以绿色表示,其它颜色则表示需要改进,鼠标移到相应的区块上会有关联提示

magix

使用

npm install magix-inspector

然后在html页面中通过script引入,如

<script src="node_modules/magix-inspector/src/index.js"></script>

或引入线上的js

<script src="https://thx.github.io/magix-inspector/index.js"></script>

或通过书签的方式添加一段js代码:

javascript:void(((d,l,s,b)=>{b=(x,e,g)=>{s=d.createElement('script');s.src=l.pop();g=()=>{clearTimeout(x)};e=()=>{g();if(l.length)b();else alert('load magix inspector error')};s.onerror=e;s.onload=g;x=setTimeout(b,5e3);s.charset='utf-8';d.body.appendChild(s)};b()})(document,['https://thx.github.io/magix-inspector/index.js','https://unpkg.com/magix-inspector','https://unpkg.alibaba-inc.com/magix-inspector','https://cdn.jsdelivr.net/npm/magix-inspector']))

在运行Magix项目的页面上点击添加的书签,既可使用线上的Magix Inspector来查看区块间关系

安装chrome扩展

感谢邱德清同学提供的代码,详情请访问这里:https://github.com/qiu-deqing/magix-helper

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].