You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Let debug optionally target the status line (32 chars only)
* Add batching of messages to debug ws comms
* let Debug handle simple case of NaN
would also closenode-red#1530
* Fixup debug tests for batch comms (no new tests yet)
* mixup comms/api test to match new batch mode (no new tests)
* Add test for NaN being sent OK.
* redo original fix to padding / labels for new debug options
* fix debug test (re-add fix from node-red#1444)
* Fix up merge issues in debug tests
<p>Alongside each message, the debug sidebar includes information about the time the message was received, the node that sent it and the type of the message.
27
38
Clicking on the source node id will reveal that node within the workspace.</p>
<p>The node can also be configured to send all messages to the runtime log.</p>
40
+
<p>The node can also be configured to send all messages to the runtime log, or to send short (32 characters) to the status text under the debug node.</p>
0 commit comments