码迷,mamicode.com
首页 > 数据库 > 详细

.gdbinit文件配置

时间:2018-10-23 22:52:25      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:handle   sync   end   tar   igp   ini   index   有关   block   

.gdbinit文件配置

#打印数组的索引下标

set print array-indexes on



#每行打印一个结构体成员

set print pretty on



#除了断点有关的线程会被停下来,其他线程会执行执行

set target-async 1

set pagination off

set non-stop on



#gdb中的套接字等关闭了,往里面写就会报错

handle SIGPIPE nostop noprint ignore

  

 

.gdbinit文件配置

标签:handle   sync   end   tar   igp   ini   index   有关   block   

原文地址:https://www.cnblogs.com/coder-zyc/p/9839487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!