Debug tips in C 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 - 9月 21, 2015 Wrap your print statements with: 1 #ifdef __DEBUG printf(...) #endif Then add a "#define __DEBUG" when you test things and remove that definition when release. 閱讀完整內容