Search code examples
erlangmnesia

tv:start/0 undefined in Erlang/OTP 17 Eshell v6?


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?


Solution

  • the observer module should replace it (tv was using the deprecated gs gui)