From ff233a4c97782c4bf6ae8cc23ab62868f1ee0a1c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 7 Aug 2025 16:53:17 +0000 Subject: [PATCH] Create database debug tool for validating EBPnetwork database files Co-authored-by: lori.chenfang --- debug_database.html | 236 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 debug_database.html diff --git a/debug_database.html b/debug_database.html new file mode 100644 index 0000000..47cdf8f --- /dev/null +++ b/debug_database.html @@ -0,0 +1,236 @@ + + + + + + Database Debug Tool + + + +
+

EBP Database File Debug Tool

+

This tool helps diagnose issues with EBPnetwork database files used in WireMaps.

+ +
+

Step 1: Load and Test Database File

+

Test your database file by pasting the JavaScript content below:

+ +
+ +
+
+ +
+

Step 2: Structure Validation

+
+
+ +
+

Step 3: Data Comparison

+

Compare with working database structure:

+
+
+ +
+

Step 4: Fix Suggestions

+
+
+
+ + + + \ No newline at end of file