mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:node-red/node-red
This commit is contained in:
		| @@ -27,7 +27,8 @@ | |||||||
| </script> | </script> | ||||||
|  |  | ||||||
| <script type="text/x-red" data-help-name="debug"> | <script type="text/x-red" data-help-name="debug"> | ||||||
| 	<p>The Debug node can be connected to the output of any node. It will display the timestamp, <b>msg.topic</b> and <b>msg.payload</b> fields of any messages it receives under the Debug tab at the top of the sidebar.</p> | 	<p>The Debug node can be connected to the output of any node. It will display the timestamp, <b>msg.topic</b> and <b>msg.payload</b> fields of any messages it receives in the debug tab of the sidebar.  | ||||||
|  | 	<br/>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 it's output on and off so you can de-clutter the debug window.</p> | ||||||
| 	<p>If the payload is an object it will be stringified first for display and indicate that by saying "(Object) ".</p> | 	<p>If the payload is an object it will be stringified first for display and indicate that by saying "(Object) ".</p> | ||||||
| 	<p>If the payload is a buffer it will be stringified first for display and indicate that by saying "(Buffer) ".</p> | 	<p>If the payload is a buffer it will be stringified first for display and indicate that by saying "(Buffer) ".</p> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user