How to view mnesia table in Erlang/OTP v17. I tried using tv:start()
but the shell returns undefined function
. Looks like tv
module no longer exists. What to use in place of it?
the observer module should replace it (tv was using the deprecated gs gui)