DEV Community

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

Collapse
 
bartotten profile image
Bart Otten

Always appreciate new projects and ideas! Am I right that IO.inspect(binding()) gives you almost the same without an extra dependency?

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.