flow-debugproxy icon indicating copy to clipboard operation
flow-debugproxy copied to clipboard

A Flow Framework Debug proxy for xDebug, written in Go

Results 4 flow-debugproxy issues
Sort by recently updated
recently updated
newest added

I know there is already a solved issue here that mentions the issue with trconv.Atoi: parsing is fixed. but i now tried for quite a while to get this running....

Foreword: I am debugging `flow:core:compile` directly in a docker-compose setup via ``` docker exec -e PHP_IDE_CONFIG='serverName=app' -u application -ti $(docker-compose ps -q app) php -dxdebug.remote_autostart=On ./flow flow:core:compile ``` When debugging...

Sometime, it's useful to debug the proxy class, and changing the IDE configuration is not really nice. So the client can have a ``--bypass` argument to avoid the path mapping

enhancement