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
- Host: GitHub
- URL: https://github.com/ogstudio/debug-ui
- Owner: OGStudio
- Created: 2018-06-15T08:23:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T08:46:03.000Z (over 7 years ago)
- Last Synced: 2025-01-05T13:41:59.263Z (about 1 year ago)
- Topics: debugging, html, jquery, js, ui
- Language: JavaScript
- Homepage: https://ogstudio.github.io/debug-ui
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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