Closed dpu-kaiser closed 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
make debug
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