laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Add file:line location, to each item in the messages panel, from where the function call was made

Open matijakovacevic opened this issue 3 years ago • 1 comments

This PR fixes issue #1206.

Adds <file>:<line> info to each message item that is dumped. When called from a view, resolves path to the non-compiled view path.

Additional changes:

  • hovering over the added info, gives full path to the file, relative to the application route (2nd screenshot)
  • files that are called are added to the clickable filter, so they can be used standalone, or be combined with other filters

PR1

PR2

matijakovacevic avatar Oct 06 '21 19:10 matijakovacevic

Hi @barryvdh ,

Could you give a hand/directions/suggestions? What docker image do you use for Dusk tests? Because I couldn't manage to set it up...

Error: Your requirements could not be resolved to an installable set of packages. Why does this error occur, since I did not change any version constraints in the package?

Also, Error: The operation was canceled. error...that one I can't figure out why happens.

matijakovacevic avatar Oct 14 '21 21:10 matijakovacevic