The debug plugin is a developer's testing plugin to make life a little bit easier. It's available in 3 different flavors:
- As a tab
- As a dialog
- As an external browser version.
All three share the same functionality, the flavors are there for educational purpose. The main features are exposing the properties and functions of the elvisContext.
Testing elvisContext functions
All available elvisContext functions can be tested, this can be useful when you're developing a plugin and quickly want to test or validate the result of a function call.
Reviewing & using elvisContext properties
We advise to test and develop plugins using a web browser instead of the desktop client because this allows you to do proper debugging of your HTML, CSS and JavaScript. There is one limitation though, by default there is no elvisContext JavaScript variable available in the web browser, this variable is only available inside the client.
The debug plugin can help you to overcome this issue, it shows all elvisContext properties displayed for the client's current state, in plain and in indented mode. You can test with the elvisContext in a web browser by copying & pasting the plain JavaScript code into your HTML/JavaScript file.
Comments
Do you have corrections or additional information about this article? Leave a comment!
Do you have a question about what is described in this article? Please contact support here.
0 comments
Please sign in to leave a comment.