diff --git a/Debugging.md b/Debugging.md index 2eb2c38..58395d3 100644 --- a/Debugging.md +++ b/Debugging.md @@ -14,6 +14,12 @@ Execute this command in your browser's console DEBUG = true ``` +### Debug values +Here is a list of available variables +```javascript +Debug.SELF_ID // Object id of your cubot +``` + ## Debug API These commands can be ran from your browser's console