mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
spelling pedant alert in debug node... its not it's
This commit is contained in:
parent
2e76541fa5
commit
00b7afe3ae
@ -42,7 +42,7 @@
|
|||||||
<p>The Debug node can be connected to the output of any node. It can be used to display the output of any message property in the debug tab of the sidebar. The default is to display <b>msg.payload</b>.</p>
|
<p>The Debug node can be connected to the output of any node. It can be used to display the output of any message property in the debug tab of the sidebar. The default is to display <b>msg.payload</b>.</p>
|
||||||
<p>Each message will also display the timestamp, <b>msg.topic</b> and the property chosen to output.</p>
|
<p>Each message will also display the timestamp, <b>msg.topic</b> and the property chosen to output.</p>
|
||||||
<p>The sidebar can be accessed under the options drop-down in the top right corner.</p>
|
<p>The sidebar can be accessed under the options drop-down in the top right corner.</p>
|
||||||
<p>The button to the right of the node will toggle it's output on and off so you can de-clutter the debug window.</p>
|
<p>The button to the right of the node will toggle its output on and off so you can de-clutter the debug window.</p>
|
||||||
<p>If the payload is an object or buffer it will be stringified first for display and indicate that by saying "(Object)" or "(Buffer)".</p>
|
<p>If the payload is an object or buffer it will be stringified first for display and indicate that by saying "(Object)" or "(Buffer)".</p>
|
||||||
<p>Selecting any particular message will highlight (in red) the debug node that reported it. This is useful if you wire up multiple debug nodes.</p>
|
<p>Selecting any particular message will highlight (in red) the debug node that reported it. This is useful if you wire up multiple debug nodes.</p>
|
||||||
<p>Optionally can show the complete <b>msg</b> object.</p>
|
<p>Optionally can show the complete <b>msg</b> object.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user