yasd icon indicating copy to clipboard operation
yasd copied to clipboard

Yet Another Swoole Debugger

Results 51 yasd issues
Sort by recently updated
recently updated
newest added
trafficstars

/yasd-0.3.9/src/base.cc: 在函数‘void execute_init_file()’中: /yasd-0.3.9/src/base.cc:50:26: 错误:不能在赋值时将‘char*’转换为‘zend_string* {aka _zend_string*}’ file_handle.filename = YASD_G(init_file); ^ make: *** [src/base.lo] 错误 1

php -e bin/hyperf.php start output:Segmentation fault Docker FROM hyperf/hyperf:8.0-alpine-v3.16-swoole

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. phpstorm2022版本,按照文档配置了远程调试,配置信息如下: zend_extension=yasd yasd.debug_mode=remote...

![企业微信截图_16913931874630](https://github.com/swoole/yasd/assets/29673698/478001ea-3e6b-4fe8-a507-972a0bd6d5cb) ![企业微信截图_1691393244113](https://github.com/swoole/yasd/assets/29673698/e58d3276-04be-4f53-a900-20ff21aab1e1) ![企业微信截图_16913933082334](https://github.com/swoole/yasd/assets/29673698/64d85b1a-d163-4d7c-b98f-537654ff2d54)

gcc -v Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: x86_64-apple-darwin22.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin mac os 执行make 时间,提示错误 END_COMPILE_DL_EXT=1 -c /usr/local/Cellar/[email protected]/8.1.18_1/lib/php/yasd/src/remote_debugger.cc -MMD -MF src/remote_debugger.dep -MT src/remote_debugger.lo -fno-common -DPIC -o src/.libs/remote_debugger.o...

It's not possible to compile yasd in the latest alpine PHP container `php:8.1-cli-alpine3.17` Error message: ``` #0 27.83 g++ -I. -I/yasd -I/yasd/include -I/yasd/main -I/yasd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib...

❯ ./configure --with-php-config=/usr/local/Cellar/php/8.1.12/bin/php-config ........ ❯ make ─╯ /bin/sh /Users/superman/Desktop/yasd/libtool --mode=compile g++ -I. -I/Users/superman/Desktop/yasd -I/Users/superman/Desktop/yasd/include -I/Users/superman/Desktop/yasd/main -I/Users/superman/Desktop/yasd -I/usr/local/Cellar/php/8.1.12/include/php -I/usr/local/Cellar/php/8.1.12/include/php/main -I/usr/local/Cellar/php/8.1.12/include/php/TSRM -I/usr/local/Cellar/php/8.1.12/include/php/Zend -I/usr/local/Cellar/php/8.1.12/include/php/ext -I/usr/local/Cellar/php/8.1.12/include/php/ext/date/lib -I/include -I/Users/superman/Desktop/yasd/thirdparty/tinyxml2 -DHAVE_CONFIG_H -g -O2 -Wall -Wno-unused-function -Wno-deprecated...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. 命令行运行时报错。 2. What...

OS ``` CentOS Linux release 7.9.2009 (Core) ``` php版本 ``` PHP 7.2.34 (cli) (built: Dec 19 2022 16:08:00) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0,...

目前很多项目都是依赖php7.2之前开发的,例如php7.1.希望官方可以支持低版本的php7