Private
maxMaximum number of messages to keep in the status buffer.
Private
statusBuffer holding the most recent status messages.
Observable status text for display in the UI. Updated whenever a new status message is logged.
Logs a status message to the buffer and updates the observable statusText. If the buffer exceeds maxMessages, the oldest message is removed.
The status message to log.
Reusable
Reports a received remote debug command by logging a corresponding status message.
The remote debug command to report.
SharedRemoteDebugState manages the status and logs for remote debugging. Extends HsObservable to provide observable state for UI updates.