You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will require a DumpDieDebug Exception. We should give special treatment to that Exception class in the handler, whereby instead of showing the typical error/code frame for the actual ddd() call, we show the dump instead (using Symfony VarDumper?).
Should take variable number of args — ddd($thing1, $thing2, ...)
The text was updated successfully, but these errors were encountered:
Global function to "dump, die, and debug" —
Will require a
DumpDieDebug
Exception. We should give special treatment to that Exception class in the handler, whereby instead of showing the typical error/code frame for the actualddd()
call, we show the dump instead (using Symfony VarDumper?).Should take variable number of args —
ddd($thing1, $thing2, ...)
The text was updated successfully, but these errors were encountered: