https://github.com/noslate-project/devtoolx
javascript developer toolbox
https://github.com/noslate-project/devtoolx
Last synced: 10 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T14:32:15.000Z (over 2 years ago)
- Last Synced: 2024-11-11T07:38:39.319Z (over 1 year 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
[](https://badge.fury.io/js/devtoolx)
[](http://packagequality.com/#?package=devtoolx)
[](https://www.npmjs.com/package/devtoolx)
[](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:

### 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