From 0d7a57a7bc14831d6d7076ccb0ea7a7213ddd7fb Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 25 Jun 2024 13:03:28 +0200 Subject: Add debug tools * Add dbg() function and debug make rule * Add panic() debug function--- include/debug_tools.h | 24 ++++++++++++++++++++++++ include/minishell.h | 6 +++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 include/debug_tools.h (limited to 'include') diff --git a/include/debug_tools.h b/include/debug_tools.h new file mode 100644 index 0000000..e831ecc --- /dev/null +++ b/include/debug_tools.h @@ -0,0 +1,24 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* debug_tools.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser