When I first started with NR I was only using the EDIT screen.
That served me needs for MONTHS!
But slowly graphical representations crept in and I had to use the Dashboard.
No problems there.
So what I am talking about here/now?
Well, as I am sure most would agree:
debugging is done on the EDIT screen.
(Side note: my screen is an old 16.9 flat screen TV. Note: OLD! so resolution is 1368 x 768 - there abouts.)
I can't have the edit screen and dashboard both visible at the same time.
When I'm debugging I use debug
nodes - as their names implies - but sometimes they confuse the issue.
Their recent addition that they can display text below the node and NOT output text to the right side of the screen is handy too.
Another trick I use is the trigger
node to flash the dot under it when it receives a message.
Then I know the message has got to that point. That is handy tracing a message's flow/path through a flow.
You watch the trigger
nodes blink at you as the message travels it's path.
But sometimes that is hard to see.
Suggestion/request:
A debug node (I'm calling it that only for the sake of giving it a name) that has a few options:
Display message text below the node; in the debug list; flash the node for a given time and colour.
What are you talking about??
I don't know if the edit screen would support changing it's colour dynamically.
But like the trigger
node (well: maybe not) you could set how long it flashes and the two colours.
That way if you are debugging message flows, you could put these nodes around the flow and better watch the message propagation through the flow.
Yes: It is a big ask and probably wouldn't be used much.
But if you needed something to trace messages I think this would be invaluable.
Then when done, the nodes would simply be deleted.