Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noslate-project/devtoolx
javascript developer toolbox
https://github.com/noslate-project/devtoolx
Last synced: about 1 month ago
JSON representation
javascript developer toolbox
- Host: GitHub
- URL: https://github.com/noslate-project/devtoolx
- Owner: noslate-project
- License: other
- Created: 2018-04-03T07:01:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T14:32:15.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:06:44.910Z (4 months ago)
- Language: C++
- Homepage:
- Size: 8.55 MB
- Stars: 35
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - devtoolx - project | 29 | (C++)
README
# DevTools X
[![npm version](https://badge.fury.io/js/devtoolx.svg)](https://badge.fury.io/js/devtoolx)
[![Package Quality](http://npm.packagequality.com/shield/devtoolx.svg)](http://packagequality.com/#?package=devtoolx)
[![npm](https://img.shields.io/npm/dt/devtoolx.svg)](https://www.npmjs.com/package/devtoolx)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)JavaScript Developer Toolbox
* Aid in the analysis of memory
## Installation
```bash
npm install devtoolx -g
```## Usage
### Search node by address or ordinal id
```bash
devtoolx -s [-p ]
```example:
![devtoox.gif](https://raw.githubusercontent.com/hyj1991/devtoolx/master/assets/devtoolx.gif)
### Color
* light bule: means gc root
* dark red: means this object's retainedSize / totalSize > 0.2### Help
```bash
devtoolx -h
devtoolx --help
```## License
[MIT License](LICENSE)
Copyright (c) 2023 noslate project