0.0.5 • Published 3 years ago

@xxscreeps/inspector v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

xxscreeps debugger & inspector

About

This package provides a debugger interface for player scripts on xxscreeps. This uses the v8 inspector API under isolated-vm running with a bundled copy of Chrome Devtools Frontend.

Installation

To use this package you can run npm install '@xxscreeps/inspector' and add '@xxscreeps/inspector' to your mods configuration in .screepsrc.yaml. This module must be installed as a peer to xxscreeps!

You can view the inspector at: http://localhost:21025/inspector/.

Safari Example