Tiny Observer - Live Telemetry and Process Inspector
This desktop application provides a live visual dashboard for monitoring, inspecting, and debugging running Tiny processes. It connects to the runtime observer HTTP server to display memory statistics, task pool metrics, variable scopes, timeline events, and log messages, while allowing you to invoke exposed functions and commands on the fly.
Usage
- In your Tiny application, import and start the observer server:
import std "observer";
observer.start({ port: 4040, password: "tiny" });- Run your application.
- Launch the downloaded
observer.exeexecutable, enter the URL (http://127.0.0.1:4040) and the password (tiny) to connect.
Compatibility
This is a standalone WebView-based desktop application. It operates independently of the compiler version and is compatible with any Tiny program running the standard observer server.