赛派号

家用空调电流多少a GDB Error: "The program is not being run"

Sometimes gdb show error message "The program is not being run". This is very common error most of gdb users face.This post describes this error message and how to fix this error.What does this error mean, "The program is not being run"?This error tells, program is not running. By "not running" means program hasn't even started executing. So its not like that program has been paused in between which happens when breakpoint is hit.

When this error occurs?When such gdb command is executed, which is applicable only when program execution has been started, then gdb shows this error message notifying that gdb can't execute command because program is not running.Generally people face this error while executing continue command without starting execution of program.

How to fix this error?It is very easy to fix this error. Just start running program using run or start command, and then execute your desired command.Happy Debugging!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至lsinopec@gmail.com举报,一经查实,本站将立刻删除。

上一篇 没有了

下一篇没有了