Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz left a comment
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.
weaverryan commentedOct 24, 2017
@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? |
wouterj commentedOct 25, 2017
#7071 😢 |
weaverryan commentedOct 29, 2017
@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 alot of content (I like the details on |
weaverryan commentedOct 29, 2017
@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 :) |
weaverryan commentedNov 2, 2017
ping@javiereguiluz! This is not super important, but I'd love to finish it :) |
javiereguiluz commentedNov 2, 2017
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 GuideIn 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!