nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.75k stars 218 forks source link

Added checks if $_SERVER['argv'] is set #568

Closed janfejtek closed 1 year ago

janfejtek commented 1 year ago

Variable argv does not have to be present. First check relates to Helper class, which does not add column into source when run from cli and argv is missing https://github.com/nette/tracy/blob/209ac3040406e31ac4ab20a06cfcd0513a719b36/src/Tracy/Helpers.php#L173

dg commented 1 year ago

Thanks