postgresql gdb调试入门

背景 默认已经安装postgresql以及gdb等工具 默认已经初始化数据库以及启动数据库服务 找出postgres进程号 ps -ef|grep postgres 找到postgres进程号  1385 进入GDB调试 [minmin@localhost  ~]$ gdb attach 1385 设置一个断点 (gdb) b ExecResult Breakpoint 1 at 0x5bbdd0
相关文章
相关标签/搜索