node-red-contrib-debug-specific
Custom patch to give the option of opening a debug console pop-out window for individual debug nodes
The debug popout feature is great but lacks some of the core features, namely the "filter by selected nodes" features don't work.
This registers as a node but patches the interface to add a second button to the debug window which will open a pop-out that listens only to the node which was selected.
Release Notes
0.0.1
- Realized the whole thing works with the normal debug/view/view.html thus,
- ----Removing the http endpoints from index.js
- ----Removing the hosted lib files
- ----No more npm dependencies :)
- Got the windows to close on page unload
0.0.0
TODO: