When you build Product Fruits content and publish it, you might come across issues like hints are not displaying, a tour doesn't start or a checklist is not 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.
Use the debugger directly in your application, outside of the Product Fruits editor.
If you are using bookmarks, you can drag&drop the following link into your bookmarks toolbar. The debugger can be then launched easily by clicking on the bookmark when your application is loaded in the particular tab.
Drag&drop this 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 Chrome browser.
window.productFruits.services.attachDebugger()
into the Console window:Enter
. You can now close Developers tools by clicking on the close button in the corner of the window or panel.