laravel-dump-server icon indicating copy to clipboard operation
laravel-dump-server copied to clipboard

Console `dump()` and `dd()` not outputting items.

Open mikebronner opened this issue 6 years ago • 0 comments

I'm not sure if this is connected to #34, or not. I have noticed that when working from the command line and dumping or dd'ing, it is not outputting all items.

I have noticed this in conjunction with the hyn/multi-tenant package also being installed. It appears if I remove either this package or the multi-tenancy package, things return to working normally. I have posted an issue in their repo as well: https://github.com/hyn/multi-tenant/issues/713

However, I am having a hard time figuring out where the conflict is occurring. While diving through the code, nothing stands out, and also while triggering a manual exception after dumping, there doesn't appear to be any code run from the multi-tenant package.

Any thoughts as to what might be causing this, or where I might look further to try and debug this? Thank you!

Update: after further debugging, it appears this issue remains, even without hyn/multi-tenant installed. So perhaps my suspicion of a conflict with that package was premature.

Also, I wanted to clarify that this is the case when the dump-server is NOT running. Everything outputs fine when it is running.

mikebronner avatar Feb 12 '19 19:02 mikebronner