Search results

Debugging the Custom widget through designer

create a custom widget

Follow the steps mentioned in the link to create a new custom widget

Add debugger in the source file

Place the debugger in the src/sourcefile.js of the custom widget.

Publish the custom widget

Follow the steps mentioned in the link to publish the custom widget.

Debug the custom widget

Navigate to the Bold BI Designer.

Right click on the browser and click on Inspect.

Now drag and drop the custom widget in the designer to debug the code as in the image below:

Custom_widget debugging

Now we can debug the init and update methods in the custom widget.

NOTE: This feature is available in Bold BI Embedded Analytics but not in Cloud Analytics Server.