Home > Backend Development > PHP Tutorial > gdb文件不识别的问题

gdb文件不识别的问题

WBOY
Release: 2016-06-06 20:19:32
Original
2197 people have browsed it

gdb文件不识别的问题

大家知道这是什么原因吗?

回复内容:

gdb文件不识别的问题

大家知道这是什么原因吗?

使用 gdb 调试的一般步骤

1.
$ gdb php
注: php 路径自行填充

2.
(gdb) break ....
注: 打断点

3.
(gdb) run -c $1 $2
注: $1 是运行需要的 php.ini 文件位置,可以在里面配置自己的扩展, $2 是运行的 php 文件

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template