Dbg-It! is a debugging suite for roblox-ts featuring:
- A simple, yet powerful command interpreter with
- Type safety
- Plenty of built-in types and helpful built-in commands
- Permission management with hooks
- Server to client data replication
- Logging with @rbxts/log
Dbg-It! requires the use of roblox-ts.
From NPM (recommended): npm i @rbxts/dbg-it
From Github: npm i git+https://github.com/berry-blossom/dbg-it.git
No documentation is available yet, but you can check out some of the built-ins for examples on creating commands or types.