Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 433 Bytes

Tilt Inspsector

Author: Nick Santos

A small debugging server for viewing internal Tilt state.

Functions

tilt_inspector(port: int = 11350)

Exposes a tilt inspector server at the given port.

Example Usage

load('ext://tilt_inspector', 'tilt_inspector')
tilt_inspector()

Other notes

Requires yarn/nodejs.

One tilt inspector server can inspect arbitrarily many tilt instances.