This node-red module adds 2 new features to Node-RED ## **`msg` tracing** * Shows a list of nodes where the `msg` object passed through * Clicking the node name presents the `msg` object that node received. * Clicking the node ID on the list entry locates
This node-red module adds 2 new features to Node-RED
msg tracingmsg object passed throughmsg object that node received.##### View steps and msg contents:
!Observe msg
##### Can be configured to log each step & msg contents to logstash via UDP.
!Logstash Config
##### Release msg
Releases the msg to continue passing through nodes until the end (or the next breakpoint if there is one in it's path).
##### Step msg
The msg will continue one step and will halt on the next node(s).
##### Kill msg
Destroys the msg, denying it from reaching any other nodes.
##### Edit msg
Clicking on any paused msg (node ID) will focus on the receiving node, and popup an editor where you can modify the msg object before deciding what to do with it.
Additionally, you will find "All" buttons for each of the above choices to handle all paused msg(s) with a single click (you can also set keyboard shortcuts for these buttons).