在gdb调试运行程序时给定的错误

在gdb调试运行程序时给定的错误

本文介绍了在gdb调试运行程序时给定的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行该程序在GDB它给错误程序正常退出任何人可以帮助我走出这个问题。

When I run the program in gdb it is giving the error "Program exited normally" can anybody help me to come out this problem.

推荐答案

程序退出通常不是一个错误 - 它告诉你,你的程序完成后没有遇到任何故障运行

Program exited normally is not an error - its telling you your program finished running without encountering any errors.

这篇关于在gdb调试运行程序时给定的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 16:10