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
I noticed that line and file are not shown when using the VarDumper component standalone.
If i see it correct file and line are added in DebugBundle in the DumpDataCollector through a $contextDumper closure.
Wouldnt that fit better into the component so that file and line are shown by default?
Is there anything that makes this complicated?
Or can this be configured when using the component outside of symfony?
When Xdebug is installed the native var_dump also displays file and line.
The text was updated successfully, but these errors were encountered:
I extracted it in a dedicated SourceContextProvider in #23831. So if gets merged you can reuse it easily in your own dumper. But perhaps it could also be an option of existing dumpers.
I noticed that line and file are not shown when using the VarDumper component standalone.
If i see it correct file and line are added in DebugBundle in the DumpDataCollector through a $contextDumper closure.
Wouldnt that fit better into the component so that file and line are shown by default?
Is there anything that makes this complicated?
Or can this be configured when using the component outside of symfony?
When Xdebug is installed the native var_dump also displays file and line.
The text was updated successfully, but these errors were encountered: