@gregoriusrippenstein/node-red-contrib-introspection 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,6 +78,18 @@ Sidebar for visually obfuscating flows:
|
|
|
78
78
|
|
|
79
79
|
The plugin replaces the name with the node Id, resets the nodes info content to empty and moves all nodes to the same location. The intention is to having a *working* flow but not an *understandable* flow. The generated flow is meant to be only usable and not modifiable nor maintainable.
|
|
80
80
|
|
|
81
|
+
### Message tracing
|
|
82
|
+
|
|
83
|
+
Sometimes it would be nice to observe the flow of messages through a flow. This is possible by using 'Trace Messages' found at the bottom of the 'Lint' tab:
|
|
84
|
+
|
|
85
|
+

|
|
86
|
+
|
|
87
|
+
Message tracing can be toggled on & off *without* redeploying the flow. So this can be used as a quick check for observing tricky situation.
|
|
88
|
+
|
|
89
|
+
The nodes status will be replaced by 'msg received', so if the status should be showing something else, that is lost.
|
|
90
|
+
|
|
91
|
+
Also this is an experimental feature liable to be [improved](https://discourse.nodered.org/t/message-tracing-for-beginners/92287).
|
|
92
|
+
|
|
81
93
|
## Palette Nodes
|
|
82
94
|
|
|
83
95
|
### Sink & Seeker
|