doc: how to debug dictionary js

This commit is contained in:
YiFang Xiao 2023-08-30 16:23:23 +08:00
parent a801c4cb09
commit 303b209760
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# How to debug dictionary javascript
- [How to debug dictionary javascript](#how-to-debug-dictionary-javascript)
- [background](#background)
- [goldendict-ng inspector](#goldendict-ng-inspector)
- [How to navigate to the specified element](#how-to-navigate-to-the-specified-element)
- [Modify the css style](#modify-the-css-style)
- [check javascript events](#check-javascript-events)
- [reproduce the issue in the goldendit](#reproduce-the-issue-in-the-goldendit)
## background
When some js functions do not work as expected, this article tries to give a debug solution to pinpoint the problem.

View file

@ -44,7 +44,6 @@ nav:
- Custom transliteration: topic_transliteration.md
- Customize Dictionary: custom_dictionary.md
- OCR Integration: howto/ocr.md
- How to debug dictionary js: howto/how to debug dictionary js.md
- Report Bugs & Feedbacks: feedbacks.md
- Contributor Guides:
- Developer: developer.md
@ -56,3 +55,5 @@ nav:
- Breadpad crash analysis: howto/how to use breadpad crash analysis.md
- Build ffmpeg on Windows: howto/how to build ffmpeg for visual studio.md
- How to update the crowdin.ts file: howto/how to update crowdin.ts file.md
- How to debug dictionary js: howto/how to debug dictionary js.md