简体   繁体   English

Firebug /类似Chrome的价值检查器小部件

[英]Firebug/Chrome-like value inspector widget

Firebug and Chrome's console allows me to console.log some complex value like Firebug和Chrome的控制台允许我console.log一些复杂的值,例如

console.log({ 
    foo: { 
        bar: function() { ... }, 
        baz: [ 1,2,3 ]
    }
})

And then I get this neato little UI for inspecting the value hierarchically appearing in the console window. 然后,我得到了一个简洁的用户界面,用于检查控制台窗口中分层显示的值。

My question is: is something like this neat inspector available as a javascript widget of some sort, so I can include it in my site? 我的问题是:是否可以将这种简洁的检查器作为某种javascript小部件使用,以便将其包含在我的网站中? (I'm writing a site with some simple developer tools embedded in it) (我正在编写一个嵌入了一些简单开发人员工具的网站)

Firebug Lite是否满足您的需求?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 实现类似Chrome的异步“提取” Node.js - Implementing Chrome-like Asynchronous 'fetch' Node.js 在Chrome检查器或Firebug中重新运行.js文件? - Rerun .js-File in Chrome inspector or Firebug? 是否可以从外部javascript访问控制台命令行API(例如Firebug或Chrome Inspector控制台的$$和traceAll)? - Can I access the console Command line API (like $$ and traceAll from Firebug or Chrome Inspector Console) from an external javascript? <span>通过Chrome检查器或Firebug</span>识别正在运行的Javascript - Identifying What Javascript is Running on a <span> through Chrome Inspector or Firebug 如何在Chrome浏览器的JS Fiddle Output窗口中显示firebug检查器 - How to bring firebug inspector in JS Fiddle Output window in Chrome Browser 适用于Chrome的Firebug - Firebug for Chrome Google Chrome扩展程序:Firebug Lite之类的弹出窗口? - Google Chrome Extensions: Popup window like Firebug Lite? Firefox文档检查器,Firebug和Webkit开发人员工具(Chrome / Safari)无法更新HTML以反映通过AJAX加载的复选框的选中状态 - Firefox Document Inspector, Firebug & Webkit Developer Tools (Chrome/Safari) not updating HTML to reflect checked status of checkboxes loaded via AJAX 网页检查器模式下的JavaFX和Firebug Lite - JavaFX and Firebug Lite in web page inspector mode 为什么在chrome inspector中值旁边会出现一些带有字母的数组? - Why do some arrays appear with letters next to the value in chrome inspector?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM