-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debug command #372
base: master
Are you sure you want to change the base?
Add debug command #372
Conversation
samdark
commented
Sep 13, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Fixed issues | yiisoft/yii-debug#271 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #372 +/- ##
==============================================
- Coverage 100.00% 86.95% -13.05%
- Complexity 164 192 +28
==============================================
Files 11 12 +1
Lines 448 552 +104
==============================================
+ Hits 448 480 +32
- Misses 0 72 +72 ☔ View full report in Codecov by Sentry. |
Avoiding var-dumper dependency is tricky. |
name: 'debug:container', | ||
description: 'Show information about container', | ||
)] | ||
final class DebugContainerCommand extends Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to debug tags. Or can I pass tag@tag-name
as an id?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please elaborate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to see all services with given tag. Is it possible now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yiisoft/config must provide API to explore the config files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BoShurik no, it is not possible yet.