CornerHelper (corner_helper v0.1.0)

This Module define macros to help debug code.

Link to this section Summary

Functions

debug(v) use to print v pretty in the scrren, when the Mix.env is :dev.

here() use to print a message show where the code run at, like "Now we are at

Link to this section Functions

Link to this macro

debug(term, env)

(macro)

debug(v) use to print v pretty in the scrren, when the Mix.env is :dev.

Link to this macro

here(env \\ nil)

(macro)

here() use to print a message show where the code run at, like "Now we are at

.".