yasd
yasd copied to clipboard
Yet Another Swoole Debugger
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...
  这是啥问题?麻烦请指教
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了,不知道是崩溃了还是怎样  当点击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配置端口   开始调试时,链接为 http://localhost?XDEBUG_SESSION_START=19587, ide无法开始调试 