An open API service indexing awesome lists of open source software.

https://github.com/ogstudio/debug-ui

UI for debug-broker that works in a web browser
https://github.com/ogstudio/debug-ui

debugging html jquery js ui

Last synced: 12 months ago
JSON representation

UI for debug-broker that works in a web browser

Awesome Lists containing this project

README

          

# Table of contents

* [Overview](#overview)
* [Usage](#usage)
* [Broker](#broker)
* [Debugger](#debugger)

# Overview

debug-ui

* was created to provide simple UI without dependencies for [debug-broker][debug-broker]
* is an HTML page powered by JavaScript
* can be run by Firefox at localhost
* is hosted by GitHub pages [here][hosted-debug-ui]

# Usage

Simply open this UI hosted by GitHub pages [here][hosted-debug-ui].

## Broker

The first time you open UI, you will see an error message like this:

```
ERROR: broker parameter is missing
NOTE: Add 'broker=http://localhost:7999' parameter, where http://localhost:7999 should have DebugBroker instance running
```

You need to provide broker URL:

* append `?broker=` to your web browser's address bar
* press `Enter` to apply the changes

**Notes**:

* consult [debug-broker documentation][debug-broker] to find out how (and where) to install the broker
* `` should be a fully qualified URL, even with `http(s)://` part

## Debugger

The first time you open UI, you will see an error message like this:

```
ERROR: debugger parameter is missing
NOTE: Add 'debugger=app-title' parameter, where app-title should be Debugger instance name used by app
```

You need to provide debugger name:

* append `&debugger=` to your web browser's address bar
* press `Enter` to apply the changes

**Note**: consult [debug-broker documentation][debug-broker] to find out what debugger name is

[debug-broker]: https://github.com/OGStudio/debug-broker
[hosted-debug-ui]: https://ogstudio.github.io/debug-ui