Skip to content

Debugging

Satvik Mishra edited this page Jan 9, 2024 · 4 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:

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