yasd
yasd copied to clipboard
Yet Another Swoole Debugger
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. https://github.com/swoole/swoole-src/issues/4166#issuecomment-829638495 2. What...
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. Here is my...
我安装完后, php -v 的报错如下 : PHP Warning: Failed loading Zend extension 'yasd' (tried: /usr/local/lib/php/pecl/20190902/yasd (dlopen(/usr/local/lib/php/pecl/20190902/yasd, 9): image not found), /usr/local/lib/php/pecl/20190902/yasd.so (dlopen(/usr/local/lib/php/pecl/20190902/yasd.so, 9): no suitable image found. Did find: /usr/local/lib/php/pecl/20190902/yasd.so: mach-o,...
hyperf用view组件,controller中 `return $render->render('doc.index');` index.blade.php文件中有引用css和js文件 我打的断点在  当第二次走到这个断点时,debug信息就看不到了  相应的控制台 php(74495,0x1188b75c0) malloc: can't allocate region *** mach_vm_map(size=8030604640798470144) failed (error code=3) php(74495,0x1188b75c0) malloc: *** set a breakpoint in malloc_error_break to debug libc++abi.dylib:...
`autoheader: error: AC_CONFIG_HEADERS not found in configure.ac`
[root@localhost test.com]# php -e think swoole start Starting swoole http server... Swoole http server started: You can exit with `CTRL-C` *** Error in `swoole_http_server: worker process for ThinkPHP': free(): invalid...
For example, ``` class Context { protected static $pool = []; } ``` I can not check the value of self::$pool in VSCODE.
1. What did you do? If possible, provides a simple script and debug step to reproduce the problem. - 1. Start VsCode debug - 2. Start a script `php -e`...
之前用 sdebug还能解决配合 phpunit 出单元测试覆盖率报告,yasd似乎没这能力。 PHP 8.0之后的项目,都没办法了
Remote debugging via PhpStorm. After successfully reaching the first breakpoint and after sending any next command (for example "step over") the script ends with an error: ``` [2022-08-16 06:35:21 *19.1]...