Linux調試工具

1. 使用printf調試 #ifdef DEBUG Printf(「valriable x has value = %d\n」, x) #endif 然後在編譯選項中加入-DDEBUG 更復雜的調試應用如: #define BASIC_DEBUG 1 #define EXTRA_DEBUG 2 #define SUPER_DEBUG 4 #if (DEBUG &EXTRA_DEBUG) prin
相關文章
相關標籤/搜索