When you build and publish Product Fruits content, you might come across issues like hints not displaying, tours not starting, or checklists not being visible. We have a robust debugger tool that you can use on your live site. This tool will tell you the current state of your Product Fruits content.
The debugger can be used both inside and out of the Product Fruits extension.
If Product Fruits has already been installed into your application, the extension will show an option to Debug & Troubleshoot. Simply select this option and you should see the debugger open in the upper-left corner of your browser.
If you are using bookmarks, you can drag & drop the link below into your bookmarks toolbar. The debugger can be then launched easily by clicking on the bookmark when your application is loaded in a particular tab.
Drag & drop the following link to the bookmarks toolbar: Launch Product Fruits Debugger
If you want to use Browser Console to launch our debugger, you can. The following steps are valid for the Google Chrome browser.
window.productFruits.services.attachDebugger()
into the Console window:Enter
. You can now close the Developers tools by clicking on the close button in the corner of the window or panel.