# Debug Tools for DevExpress DxPdfViewer Integration ## Purpose This document describes temporary debug tools added to diagnose DevExpress DOM structure and page navigation issues. ## IMPORTANT: TEMPORARY DEBUG CODE **These debug tools are TEMPORARY and should be REMOVED after resolving the page navigation issue.** --- ## Debug Tools Added ### 1. Debug UI Button (Toolbar) **Location:** `EnvelopeReceiverPage.razor` - Toolbar Section **Visual:** Orange button with "?" icon in the PDF viewer toolbar **What it does:** - Opens a floating overlay panel showing DevExpress DOM analysis - Displays all input elements found in DxPdfViewer - Shows which CSS selectors successfully find the page input - Provides a "Test: Go to Page 2" button for live testing **Code Location:** ```razor @* DEBUG: DevExpress DOM Inspector *@