I modified relx.config in a cowboy example,add runtime_tools
{release, {echo_get_example, "1"}, [runtime_tools, echo_get]}.
{extended_start_script, true}.
when I use dbg:start() -> dbg:tracer() -> .... nothing outputs when calls then functions. why?