Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

made changes needed for the introduction of the Debug component #523

Merged
merged 1 commit into from
Apr 11, 2013

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Apr 7, 2013

No description provided.

fabpot added a commit to symfony/symfony that referenced this pull request Apr 7, 2013
This PR was merged into the master branch.

Discussion
----------

[Debug] added the component (closes #6828, closes #6834, closes #7330)

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #6828, #6834, #7330
| License       | MIT
| Doc PR        | symfony/symfony-docs#2479

You can use the individual tools, or register them all:

```php
use Symfony\Component\Debug\Debug;

Debug::enable();
```

Changes in Symfony SE: symfony/symfony-standard#523

Commits
-------

f693128 fixed typos
1ab1146 [Debug] fixed minor bugs
daa3a3c [Debug] changed composer to accept more versions
e455269 [Debug] ensured that the Debug tools can only be registered once
946bfb2 [Debug] made the exception handler independant of HttpFoundation
2b305c2 added a main Debug class to ease integration
2ff0927 [Debug] added the component (closes #6828, closes #6834, closes #7330)
@bamarni
Copy link
Contributor

bamarni commented Apr 7, 2013

what about the console?

@stof
Copy link
Member

stof commented Apr 7, 2013

@bamarni it was not enabled in the CLI

@bamarni
Copy link
Contributor

bamarni commented Apr 7, 2013

@stof : are you sure? it looks enabled to me until this change, the kernel was auto-enabling this in debug mode, and the console uses the kernel.

@stof
Copy link
Member

stof commented Apr 7, 2013

ah indeed, the ErrorHandler was registered. It is only the ExceptionHandler which was in the check of the sapi.

@fabpot
Copy link
Member Author

fabpot commented Apr 11, 2013

@bamarni The console has been fixed now.

fabpot added a commit that referenced this pull request Apr 11, 2013
This PR was merged into the master branch.

Discussion
----------

made changes needed for the introduction of the Debug component

Commits
-------

494543e made changes needed for the introduction of the Debug component
@fabpot fabpot merged commit 494543e into symfony:master Apr 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants