Is this a bug report or a feature request?
Description [Feature Request only]
I want to be able to click toggle a button in the devtools near any signal field, and at that moment, the signal should start logging the value in the console everytime it changes. This way, I can easily debug signal changes, without having to create an effect myself everytime I have to track/debug signal changes.
Alternatives considered [Feature Request only]
Create an effect to debug the signals I need to track.
Is this a bug report or a feature request?
Description [Feature Request only]
I want to be able to click toggle a button in the devtools near any signal field, and at that moment, the signal should start logging the value in the console everytime it changes. This way, I can easily debug signal changes, without having to create an effect myself everytime I have to track/debug signal changes.
Alternatives considered [Feature Request only]
Create an effect to debug the signals I need to track.