From b95b35f52e4709232c007484da8afd3f647ec11e Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Tue, 4 Dec 2018 16:41:09 -0500 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 6 ++++++ 1 file changed, 6 insertions(+) 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