DEV Community

Discussion on: Inspector, a better way to debug Elixir Code

Collapse
 
marciol profile image
Marcio Lopes de Faria • Edited

To me, knowing the location and file during the scanning of the inspect output on stdout/logs is a crucial feature, and in addition to how easy it's to just type i(). But people can still use the IO.inspect/2 and their variants without bother to bring another dependency (note, a development time dependency) at their own will.