- 不能調試的時候,修改下列地方:
1、在“工具”-》編譯選項-》”Add following commands when calling complier”下面的編輯框里寫入:-g3
2、在下面的”Add these following commands when calling linker” 的編輯框里寫入:-g3
3、轉到programs頁,把gcc行修改為:gcc.exe -D__DEBUG__
4、把g++行修改為g++.exe -D__DEBUG__ ,點擊ok。
- Dev-c++ 遇到endl無法單步運行(next line)