Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Debugging

Sean Lip edited this page Dec 7, 2024 · 5 revisions

We do a lot of debugging at Oppia, whether because tests are failing on a PR or because of a tricky bug that was found during release testing. These guides will help you get started debugging and offer useful tips:

Start here if failing tests are stopping you from pushing or merging a PR:

Unless the bug you are trying to fix is trivial, we recommend creating a debugging doc to organize your work. This must be done if you plan to ask for help from the community:

Here are some debugging guides for particular kinds of issues you might encounter or types of tests:

Finally, see these debugging stories to learn more about how debugging works in practice:

Core documentation


Developing Oppia


Developer Reference

Clone this wiki locally