tracy icon indicating copy to clipboard operation
tracy copied to clipboard

😎 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.

Results 62 tracy issues
Sort by recently updated
recently updated
newest added

Hello, I think Dumper should use short single line value. Now DateTime contains 3 properties: But full value should be rendered as single line (Symfony profiler inspiration): Thanks.

Right now panels are render on the order they are added into the Bar class. It would be nice to have the option to sort the panel before rendering (maybe...

In Symfony Profiler, when you click on a file name, there is a way to view the entire file, including the highlighted line, directly in the browser to easily understand...

_I have noticed this behavior quite some time ago, but now I finally had time to investigate it a bit._ ### Example scenario - I'm developing an app which relies...

- new feature? - BC break? no Just adding a datetime to better reveal when the error has occurred. Sending an email can have a delay, this can reveal the...

- bug fix - BC break? no In some Tracy integrations outside the Nette framework, we need to ensure that the request is not called twice when downloading assets for...

- bug fix - BC break? no In case of long string (for example `Server`) old panel should break responsivity like this: ![SnΓ­mek obrazovky 2020-10-27 vΒ 21 34 07](https://user-images.githubusercontent.com/4738758/97358858-26367500-189c-11eb-80c1-8e2f71ad932f.png) But...

- new feature - BC break? yes If request was called as ajax json payload with some data but without `'Content-Type': 'application/x-www-form-urlencoded'` header, Tracy can not dump sent values. This...

- bug fix - BC break? yes Fixed PhpStan suggestions. New errors: ``` ------ ------------------------------------------------------------------------ Line Bridges/Nette/TracyExtension.php ------ ------------------------------------------------------------------------ 103 Cannot access property $netteMailer on array|object. 105 Cannot access property...

Version: 2.8.6 When I measure my app's execution time with `Debugger::timer();` or the following code `$start = $_SERVER['REQUEST_TIME_FLOAT'] ?? microtime(true);` `// ...` `$end = round(((microtime(true) - $start) * 1000), 2);`...