Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 10 additions & 16 deletions barcode-reader/web/debug/debug-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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**

---

<div align="left">
<p><img src="{{site.dbr_web_assets}}undefined.png" width="40%" alt="advanced settings"></p>
<p><img src="{{site.dbr_web_assets}}upload-template.png" width="40%" alt="advanced settings"></p>
</div>

## Upload a custom template
Expand All @@ -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.

---

Expand Down