-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
include command debug for yii2 #490
Conversation
chicuongit913
commented
Jun 28, 2022
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ allow debug when execute command |
Breaks BC? | ❌ |
Fixed issues |
That's great PR 👍. But there are issues:
|
Fixed! |
Awesome. Would you please add a line for CHANGELOG? |
added change log |
Thanks! |
Hi Samdark, i just curious that when you will publish the tag 2.1.21? |
Well, nothing's holding me from doing it right now :) |
Done. |
great, thanks |
@chicuongit913 This is a great PR! Thank you. Now we are even able to debug queue jobs without pain! Thanks |
Is there some documentation about how to perform commands debugging? |
@vadim-bulochnik just add the debug toolbar to the console.php configuration and you are done. |
Yes, this is done. But how to use this debug toolbar in console? :) Sorry for stupid question. |
Just as you normally would, via browser |
Thanks, but I still can't see console requests. I have a feeling that for console need to setup another url for debug toolbar, because for example debug toolbar in backend application shows only logs from backend, and debug toolbar in frontend application - shows logs from frontend. Thus, I think should be a way to setup debug toolbar for console application, but not sure how. |
Yes. For advanced template there are some adjustments needed so app writes its data to one of backend/frontend directories. |
Thanks for information! Will wait for improvements :) |
Hi Alexander,
I just curious that do you have plan to release the version 2.1.21 for
yii/debug, my team members need that feature for debugging.
Thanks
Vào CN, 4 thg 9, 2022 vào lúc 12:11 Alexander Makarov <
***@***.***> đã viết:
… Thanks!
—
Reply to this email directly, view it on GitHub
<#490 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBGE47U567AI5SQHEKAFKDV4TX5TANCNFSM52D3OLJQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@chicuongit913 it has been released already |
Yes, but this version doesn't include commands debug support for advanced template. |
It's easy to add yourself in console app bootstrap. |
I didn't manage to find corresponding configuration of Debug module for this. |
Do you mean this param? |
Yes. |