To simplify the process of debugging data received with a wired property in Lightning Web Components, Chrome DevTools now provides custom formatters that allow you to access debug information directly from the console. Before this feature, you had to use a wired function to return your data and then inspect the deconstructed data and error properties to debug wired properties and methods. With custom formatters, you can simply log your wired property or method to the console, and the debug information will automatically be formatted and displayed for you. This saves you the trouble of manually inspecting the deconstructed data and error properties. Here is a step-by-step guide for viewing debug information for wired properties in the Browser Console, starting with enabling debug mode for a selected user. Enable Debug Mode for a Particular User in OrgEnable Debug Mode for a Particular User in Org Enter “Debug” in the Quick Find Box . Click on Debug Mode under Lightning Components...