Set dizmoViewer to "Development Mode" to utilize developer tools. "Development Mode" is found in the settings menu that is opened when the cogwheel icon is pressed.
Each dizmo in the dizmoViewer will now feature three additional menu items:
"Open inspector" opens a web inspector, just like in a browser. The inspector provides tools like "Elements" to view your HTML, or "Console" to inspect your JavaScript output.
In the "Console", you can also view all the classes with their functions, and the data tree of your dizmo.
If you want to view the source code of the dizmo, click on "Show source code". This opens your system's default file browser at the location where the dizmo is installed.
After using the deploy
option with dizmoGen you can click on ‘Reload dizmo’. You can also hold down CTRL
or cmd
and click the dizmo icon (top left) to reload the dizmo.