Check GenServer state in LiveDashboard

In LiveDashboard is it possible to see the state stored in the genserver process? I don’t understand, am I looking in the wrong place or do I need to click somewhere? for example, observer gives this information

1 Like

That’s it…

Live view dashboard does not show process state

In case you need observer in prod/stage server and that’s the reason why you are looking for an alternative to it, remember you have :observer_cli Home — observer_cli v1.8.3

Choose the process writting it number, then “S” to show the State…

Otherwise, ignore this message.

1 Like