diff --git a/barcode-reader/web/assets/undefined.png b/barcode-reader/web/assets/upload-template.png similarity index 100% rename from barcode-reader/web/assets/undefined.png rename to barcode-reader/web/assets/upload-template.png diff --git a/barcode-reader/web/debug/debug-mode.md b/barcode-reader/web/debug/debug-mode.md index 3b5e27d..b71a869 100644 --- a/barcode-reader/web/debug/debug-mode.md +++ b/barcode-reader/web/debug/debug-mode.md @@ -6,9 +6,15 @@ description: Enable debug mode, upload custom JSON templates, save video frames, needAutoGenerateSidebar: false --- -## What's new in version v11.0.3000? +# How to enable and use debug mode in DBR-JS? + +## Enable debug mode + +Starting from v11.0.3000, you can enable the demo's debug mode by appending `?debug=true` to the demo URL, for example: +https://demo.dynamsoft.com/barcode-reader-js/?debug=true + +This version also adds: -- Support for debug mode using `?debug=true` - Custom template upload feature - Video frame saving during debugging - Improved UI with: @@ -18,20 +24,8 @@ needAutoGenerateSidebar: false --- -## Enable debug mode - -Append `?debug=true` to the demo URL. -Example: https://demo.dynamsoft.com/barcode-reader-js/?debug=true - -In debug mode: - -- You can upload **custom templates** compatible with v11.0.3000 -- You can **save video frames** - ---- -
-

advanced settings

+

advanced settings

## Upload a custom template @@ -46,7 +40,7 @@ In debug mode: ## Save video frames -Yes — in **debug mode**, you can save video frames for testing and analysis (top-right of the UI). +In debug mode, you can save video frames for testing and analysis using the button in the top-right of the UI. ---