JMSDebuggingBundle icon indicating copy to clipboard operation
JMSDebuggingBundle copied to clipboard

This bundle provides advanced debugging tools for your Symfony2 project.

Results 20 JMSDebuggingBundle issues
Sort by recently updated
recently updated
newest added

Hi, while using JMSDebuggingBundle with a PHP7 project we keep receiving ``` Uncaught TypeError: Argument 1 passed to JMS\DebuggingBundle\Kernel\ExceptionHandler::handle() must be an instance of Exception, instance of Error given ```...

Hello, Recently, I got this error. ![error_jmsdebugging](https://cloud.githubusercontent.com/assets/555364/18791474/27ccf472-81b3-11e6-90df-b0a0d35d1896.png) After deactivating JMSDebuggingBundle, I discover it was missing a file (cf. a repository) in my project. The error was not clear about that.

Hi! I had to roll my own request matcher service in my firewall and I had to implement an RequestMatcherInterface (https://github.com/symfony/HttpFoundation/blob/master/RequestMatcherInterface.php). Now because of this file: https://github.com/schmittjoh/JMSDebuggingBundle/blob/430daab75b88d78ee9e06ed2ae7811ea3da947af/Security/TraceableMap.php (line 29) is...

After installing and activating the bundle I'm having the following error: The service "profiler" has a dependency on a non-existent service "security.context". ![captura de pantalla 2015-02-17 a las 10 31...

Could you please create a tag? It would be nice to remove the dev-master in our projects composer.json. Thanks in advance!

This remove the tracking events

When loading Google Analytics, your script is failing due to the fact that you are importing GA always under http. If you load the profiler under HTTPS, the whole profiler...

Since update last friday with dev master version we have an error "The security context contains no authentication token. One possible reason may be that there is no firewall configured...

With latest patches on this bundle using WebTestCase with phpunit lead tests to crashes. I added backported fix in my fork.

After installing I immediately received this error on my project. After a little debugging I was able to trace this back to a Factory service. The factory service is defined...