Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Troubleshoot via msg id
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbutenaers authored Dec 8, 2021
1 parent a887f1a commit a832807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,7 @@ Some tips and tricks to solve known problems:
1. Open the developer tools of your browser, starting from your dashboard window.
2. Right click on your SVG drawing in the dashboard, and select "Inspect".
3. Now you should be able to see the generated SVG DOM tree.

5. When the *"show browser errors on the server"* has been activated, the error messages will appear in the left Debug sidebar. However if lots of messages are being injected, it is difficult to determine which error belongs to which message. To assist with that, the error message will contain the message id (which caused that error). So simply put a debug node (to display the input messages), and compare the ***message id*** to find the related message:

![message id](https://user-images.githubusercontent.com/14224149/145280978-89c98cc8-816b-472f-8651-7c2df456ccb1.png)

0 comments on commit a832807

Please sign in to comment.