Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow to limit pause to certain tabs #6

Closed
Hypnos3 opened this issue May 18, 2021 · 1 comment
Closed

Feature: Allow to limit pause to certain tabs #6

Hypnos3 opened this issue May 18, 2021 · 1 comment

Comments

@Hypnos3
Copy link

Hypnos3 commented May 18, 2021

Please create a possibility that nodes which are paused can be limited.

I have a lot of Tabs and flows. Some of the flows (on certain tabs) process a lot of messages. Some of the messages must also be processed within a certain time. If the pause function stops all flows of node-red completely, I unfortunately cannot use the debugger. Here it would be helpful to be able to restrict the pause to certain tabs. The other tabs should continue to function as usual.

@knolleary
Copy link
Member

In the next version (that will require the next Node-RED 2.0 beta) you will be able to tell it to only pause the node a breakpoint is on - all other nodes continue running. When you step the message forward, it will pause each node it arrives at.

The message list can also be filtered to only show messages on the current flow (tab).

I think this makes it more useful for 'busy' flows.

@Hypnos3 Hypnos3 closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants