dpu-kaiser / minishell

0 stars 0 forks source link

Debug tools #3

Closed dpu-kaiser closed 4 months ago

dpu-kaiser commented 4 months ago

Added functions and make rule for printing debug information.

dbg() is for printing standard debug information. panic() should only be used for problematic errors.

Debug information will only be printed when using make debug