microsoft / php-sdk-binary-tools

Tool kit for building PHP under Windows
BSD 2-Clause "Simplified" License
270 stars 79 forks source link

It does not support gdb debug. #65

Closed toxmc closed 4 years ago

toxmc commented 4 years ago

I'm very sorry to bother you. I was used PHP-SDK compiled DEBUG PHP. But it does not support GDB debug.

nmake clean 
buildconf
configure --disable-all  --enable-cli --with-all-shared  --enable-test --disable-zts --enable-debug
nmake

image image

How can I do to debug PHP_SDK compiled PHP use GDB? thanks.

cmb69 commented 4 years ago

I don't think that you can debug using GDB, but you can use Visual Studio for debugging.

toxmc commented 4 years ago

ok, thanks.