dev c debugging method: first open the [dev c] software; then click the tool button in the window, and click the edit button; then click the connector in the code generation and optimization column, and the debugging information modification will be generated to YES and click OK; finally restart the software.
dev c Debugging method:
1. Most students who learn C language will use DEVC software. But when you use it, you will find that it cannot be debugged, because our software turns off debugging by default. The following is the specific method of debugging.
2. Click the tool button of the window
3. Click the edit button
4. Click the connector in the code generation and optimization column, change the generated debugging information below to YES and click OK
5. Restart the software
The above is the detailed content of How to debug dev c++. For more information, please follow other related articles on the PHP Chinese website!