<div dir="ltr"><div><br></div>Hello<div><br></div><div>I am learning erlang by playing with a small webapp. The webapp is written in Cowboy with <a href="http://erlang.mk">erlang.mk</a></div><div><br></div><div>"make" creates a binary in _rel and I can use this binary to start a console.</div><div><br></div><div>./_rel/fiar/bin/fiar console<br></div><div><br></div><div>I would like to debug this app using something like dbg:trace. dbg:trace doesn't work from the console, but dbg:tracer doesnt seem to work:</div><div><br></div><div><div>(<a href="mailto:fiar@127.0.0.1">fiar@127.0.0.1</a>)1> dbg:tracer().</div><div>** exception error: undefined function dbg:tracer/0</div></div><div><br></div><div>1: how can I make dbg:tracer() work? </div><div><br></div><div>2: are there any other tools to look into the running app? What do you recommend?<br></div><div><div><br></div><div>Thank you for helping me learn Erlang</div><div><br></div><div>[1] In case you're wondering, its FIAR : <a href="https://github.com/inaka/fiar">https://github.com/inaka/fiar</a></div></div></div>