How to solve the problem that Dev-c++ cannot debug or perform performance analysis

Unable to debug:

1. Open Dev-c++.

2. Click "Tools" at the top of the screen.

3. Click "Compile Options".

4. Click "Code Generation/Optimization".

5. Click "Connector".

6. Change "Generate debugging information" to "yes".

7. Click "OK".

Unable to profile:

1. Open Dev-c++.

2. Click "Tools" at the top of the screen.

3. Click "Compile Options".

4. Click "Code Generation/Optimization".

5. Click "Code Performance".

6. Change "Generate code performance analysis information" to "yes".

7. Click "OK".

Guess you like

Origin blog.csdn.net/nnKevi/article/details/120241847