Home  >  Article  >  How to debug dev c++

How to debug dev c++

coldplay.xixi
coldplay.xixiOriginal
2020-09-11 10:47:3944435browse

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.

How to debug dev c++

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.

How to debug dev c++

2. Click the tool button of the window

How to debug dev c++

3. Click the edit button

How to debug dev c++

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn