-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Remove Debugging Guide #8538
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
Remove Debugging Guide #8538
Conversation
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 like this proposal. I'd be more happy if the debugging commands were already moved to their new locations instead of "losing" them ... but we can do that in a separate PR.
@javiereguiluz when we merge this, will the guide link automatically disappear on symfony.com (for 4.0 only)? Or does more work need to be done for that? |
#7071 😢 |
@wouterj Oh no!!! I completely ran over your work :/. I'm sorry. My vote is still to merge this PR... because (as nice as your article is), it doesn't contain a lot of content (I like the details on |
@javiereguiluz if you still agree with this proposal, could you remove the Debugging entry from symfony.com? Thanks for removing the other sections on my other PR :) |
ping @javiereguiluz! This is not super important, but I'd love to finish it :) |
I've removed the link to "Debug" ... it will be online after the next deploy. Thanks! |
This PR was merged into the master branch. Discussion ---------- Remove Debugging Guide In 3.4, the debugging article has details about `bootstrap.php.cache`, etc. But in 4 (as you can see), it has almost nothing! I think we should remove it (and remove the Guide link on Symfony.com for version 4). The individual `debug:` commands should be documented in those sections - nobody will click "Debug" so they can learn about how to debug something specific (e.g. translations). Cheers! Commits ------- acdc22a no more debugging
In 3.4, the debugging article has details about
bootstrap.php.cache
, etc. But in 4 (as you can see), it has almost nothing! I think we should remove it (and remove the Guide link on Symfony.com for version 4). The individualdebug:
commands should be documented in those sections - nobody will click "Debug" so they can learn about how to debug something specific (e.g. translations).Cheers!