Commit 329383f
committed
feature #62027 [DebugBundle][HttpKernel] Collect dumps when console profiling is enabled (HypeMC)
This PR was merged into the 7.4 branch.
Discussion
----------
[DebugBundle][HttpKernel] Collect dumps when console profiling is enabled
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | yes
| Deprecations? | no
| Issues | Fix #61971
| License | MIT
Currently, when profiling a console command, calls to `dump()` aren't collected.
With this PR, they'll be collected when profiling is enabled, or output directly when it's not.
Not entirely sure whether this should be considered a bug or simply a missing feature.
Commits
-------
c4f80916902 [HttpKernel][DebugBundle] Collect dumps when console profiling is enabled2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
0 commit comments