| Term | Meaning |
|---|---|
| reproduce | Make the bug happen consistently |
| isolate | Narrow down which component causes the issue |
| stack trace | Log of function calls leading to an error |
| root cause | The underlying reason for the bug |
| regression | A bug introduced by a new change that broke existing functionality |
| hotfix | An urgent patch deployed directly to production |