tracy
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.
Hello, very often I would like to implement an exception in the library that can return the URL to the documentation that describes the problem. Currently, I solve this by...
I need to get generated HTML. I want to handle rendering myself. Currently, I have to do ```php ob_start(); $blueScreen->render($exception); $contents = ob_get_clean(); ``` However, render method has still some...
Hello, when dumping objects, I often need to find out what interfaces they implement or if they inherit a class. This is useful, for example, when examining dependencies in the...
While it makes sense, it's not immediately obvious why the tracy bar isn't showing up. I think it would be beneficial to mention this in docs. What are the possible...
### Bug Description Tracy is not catching request of form with `target` to hidden iframe. See example below. ### Steps To Reproduce Sample test file: ```php parent.setHeader( + ' recieved!');...
Version: 2.7.5 ### Bug Description In case of generated Nette Container with password in service (Nette Context) I can read password from source code but I think this password should...
**Problem:** I have a situation where I would need different `shutdown_handler` instead of default 'Server error error 500'. _Example:_ - Ajax request generating huge download bundle and in some edge...
Hi, just suggestion. Shouldn't be key "REDIRECT_HTTP_AUTHORIZATION" and/or "HTTP_AUTHORIZATION" between default keys to hide? They may be used for header authorization like "Authorization: Basic base_64(login:password)"
- bug report? no - feature request? yes - version: 2.5-dev ### Description I am curious what you think about the current behavior as it seems a little inconsistent to...
For example [Call to undefined function Nette\Mail\finfo_buffer](https://forum.nette.org/cs/27067-call-to-undefined-function-nette-mail-finfo-buffer), should be improved to > Call to undefined function Nette\Mail\finfo_buffer, you need to enable finfo extension in php.ini We obviously can't have a...