Displaying 1 to 20 from 318 results

Firebug - Web Development Evolved.

  •    javascript

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

debug - A tiny JavaScript debugging utility modelled after Node

  •    Javascript

A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers.debug exposes a function; simply pass this function the name of your module, and it will return a decorated version of console.error for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole.

node-inspector - Node.js debugger based on Blink Developer Tools

  •    Javascript

Node Inspector is a debugger interface for Node.js applications that uses the Blink Developer Tools (formerly WebKit Web Inspector).Since version 6.3, Node.js provides a built-in DevTools-based debugger which mostly deprecates Node Inspector, see e.g. this blog post to get started. The built-in debugger is developed directly by the V8/Chromium team and provides certain advanced features (e.g. long/async stack traces) that are too difficult to implement in Node Inspector.




the-front-end-knowledge-you-may-not-know - :innocent: 你可能不知道的前端知识点

  •    Javascript

发掘被我们忽略的前端知识点。所有的讨论以 [issues](https://github.com/justjavac/the-front-end-knowledge-you-may-dont-know/issues) 的形式进行,任何人都可以在 issues 区围观讨论。

logdown.js - :pencil2: Debug utility with markdown support that runs on browser and server

  •    Javascript

logdown is a debug utility for the browser and the server with Markdown support, providing a single interface and a similar behavior between the browser and the server. It doesn't have any dependencies for the browser version and it's only 2K gzipped.

tracer - A powerful and customizable logging library for node.js

  •    Javascript

A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, trace

Hyperion-Android - App Debugging & Inspection Tool for Android

  •    Java

Hyperion is a hidden plugin drawer that can easily be integrated into any app. The drawer sits discreetly 🙊 under the app so that it is there when you need it and out of the way when you don't. Hyperion plugins are designed to make inspection of your app quick and simple. Please see our annoucement blog post for a feature showcase.


Hyperion-iOS - In-app design review tool to inspect measurements, attributes, and animations.

  •    Objective-C

If you like what you see, there's more where that came from. The View Inspector plugin allows you to inspect the properties of any view live within the app.

chrome-remote-interface - Chrome Debugging Protocol interface for Node.js

  •    Javascript

Chrome Debugging Protocol interface that helps to instrument Chrome (or any other suitable implementation) by providing a simple abstraction of commands and notifications using a straightforward JavaScript API. This module is one of the many third-party protocol clients.

XCGLogger - A debug log framework for use in Swift projects

  •    Swift

XCGLogger is the original debug log module for use in Swift projects. Swift does not include a C preprocessor so developers are unable to use the debug log #define macros they would use in Objective-C. This means our traditional way of generating nice debug logs no longer works. Resorting to just plain old print calls means you lose a lot of helpful information, or requires you to type a lot more code.

vConsole - A lightweight, extendable front-end developer tool for mobile web page.

  •    Javascript

A lightweight, extendable front-end developer tool for mobile web page. See Tutorial for more details.

dumper.js - A better and pretty variable inspector for your Node.js applications

  •    Javascript

dumper.js is a better and pretty variable inspector for your Node.js applications. Feel free to submit pull requests, create issues or spread the word.

redux-devtools-extension - Redux DevTools extension.

  •    Javascript

Note that starting from v2.7, window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ / window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__. Note that preloadedState argument is optional in Redux' createStore.

remote-redux-devtools - Redux DevTools remotely.

  •    Javascript

Use Redux DevTools remotely for React Native, hybrid, desktop and server side Redux apps. Note: for Windows use remote-redux-devtools@0.5.0 (newer versions will not work due to a Windows issue fixed in react-native).

dumper.js - A better and pretty variable inspector for your Node.js applications

  •    Javascript

dumper.js is a better and pretty variable inspector for your Node.js applications. Feel free to submit pull requests, create issues or spread the word.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.