debug-using-debugbar

Installation
SKILL.md

Debugging and optimizing workflow

  1. Find the relevant request:
    php artisan debugbar:find --issues --max=50
    
  2. Inspect the request summary to identify which collectors have data:
    php artisan debugbar:get {id}
    
  3. Drill into the relevant collector based on the issue type:
    php artisan debugbar:get {id} --collector=exceptions
    
  4. For query issues, use dedicated query analysis:
    php artisan debugbar:queries {id}
    
  5. Trace the problem to source code using backtraces, then fix and re-test.
Installs
2
First Seen
Apr 28, 2026
debug-using-debugbar — phuongnamsoft/skills