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

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ``` php -e ./bin/hyperf.php start phpstorm 开启debug监听...

``` shell /root/yasd/src/base.cc:50:28: error: incompatible pointer types assigning to 'zend_string *' (aka '_zend_string *') from 'char *' file_handle.filename = YASD_G(init_file); ^~~~~~~~~~~~~~~~~ ./php_yasd.h:54:19: note: expanded from macro 'YASD_G' #define YASD_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(yasd,...

1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. ```php // In PHPStorm

环境: php7.4.26 编译安装完yasd扩展后报错。 ➜ yasd git:(master) ✗ php74 -v PHP Warning: PHP Startup: Unable to load dynamic library 'yasd.so' (tried: /opt/homebrew/lib/php/pecl/20190902/yasd.so (dlopen(/opt/homebrew/lib/php/pecl/20190902/yasd.so, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20190902/yasd.so' (mach-o file, but is an...

![image](https://user-images.githubusercontent.com/49814620/136578804-57b1bce8-d5b0-48a7-8f9a-50c155a05018.png) ![image](https://user-images.githubusercontent.com/49814620/136578922-d758a0f2-4d51-472b-a68b-2cabc42a3282.png) 这是啥问题?麻烦请指教

Hey, I am using a dockerized environment with: 1. laravel octan (swoole) 2. nginx to octan 3. traefik for reverse proxy (so I dont't have to use different Ports on...

[yasd] recv command error, connection closed [yasd] recv command error, Connection reset by peer [2022-01-11 10:10:16 $81296.0] WARNING Server::check_worker_exit_status(): worker(pid=81314, id=9) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v4.8.5,...

用PHPSTROM调试的时候展开数组,因为数组层级比较多,每当展开第三个层级的时候就停止了debug了,不知道是崩溃了还是怎样 ![image](https://user-images.githubusercontent.com/18523125/128991285-20cc2e53-145a-4055-b356-8bba30a07bb7.png) 当点击children那个节点必退

Hello. How I can use environment variables to set `remote_host` like in `xdebug`? ``` XDEBUG_CONFIG: "remote_host=172.26.112.1" ``` Or this feature are not available in `yasd`?

在phpstorm中按xdebug配置端口 ![image](https://user-images.githubusercontent.com/20855447/115525139-69105d00-a2c1-11eb-88ab-114381f35318.png) ![image](https://user-images.githubusercontent.com/20855447/115525196-73caf200-a2c1-11eb-979b-35b36e239360.png) 开始调试时,链接为 http://localhost?XDEBUG_SESSION_START=19587, ide无法开始调试 ![image](https://user-images.githubusercontent.com/20855447/115525379-9eb54600-a2c1-11eb-94a1-6b73a2a01d05.png)