Dump your current line of code, for make sure your on right tract.
composer require sonypradana/here --dev
Put here()
anywhere in your code
...
here()->dump();
...
here()
, register dump log.here()->dump()
, dump current line.here()->dumpAll()
, dump all registered.here()->count()
, count how many execution by group name.here()->countAll()
, count all group.
here()->dumpIf()
, dump the current line if a condition is true.here()->info()
, dump the current line without code snapshot.track()
, print debug backtrace information.work()
, a short hand forhere()->dump()
.
- Implement socket reporting.
- Implement socket reporting with a browser view.
-
here()->count()
Implement here()->count() with grouping by filename.