xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

iconv(): Detected an illegal character in input string #88

Closed eznix86 closed 3 months ago

eznix86 commented 3 months ago

when trying to do

  xr(debug_backtrace());

I get this error iconv(): Detected an illegal character in input string

eznix86 commented 3 months ago

Managed to hack it with xr(json_decode(json_encode(debug_backtrace())));

rodber commented 3 months ago

Thanks, this has been fixed in chevere/var-dump 1.0.4: https://github.com/chevere/var-dump/releases/tag/1.0.4 Simply run composer update and it should update the package with the fix.