Linux調試工具

原文:http://www.javashuo.com/article/p-zoudydxk-kz.html 1. 使用printf調試 #ifdef DEBUG Printf(「valriable x has value = %d\n」, x) #endif 然後在編譯選項中加入-DDEBUG   更復雜的調試應用如: #define BASIC_DEBUG 1 #define EXTRA_DEB
相關文章
相關標籤/搜索