Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/turbo
a cli debugger for node & chrome
https://github.com/rickbutton/turbo
chrome chromium debugger devtools javascript node nodejs v8
Last synced: about 2 months ago
JSON representation
a cli debugger for node & chrome
- Host: GitHub
- URL: https://github.com/rickbutton/turbo
- Owner: rickbutton
- License: mit
- Created: 2019-12-11T03:27:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T01:55:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:59:22.882Z (8 months ago)
- Topics: chrome, chromium, debugger, devtools, javascript, node, nodejs, v8
- Language: TypeScript
- Size: 1.78 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# turbo
### a cli debugger for node & chrome
beware, here be dragons...
`turbo` is a **composable** and **configurable** CLI debugger for V8 based JavaScript runtimes (node & chrome).
![An screenshot of a simple turbo example.](example.png)
### is it ready yet?
Nope! But it's getting closer every day. The vast majority of major plumbing and infrastructure is implemented.
The next step is to finish implementing some key features (breakpoints!) and some more UI components.