User Tools

Site Tools


kb:bestpractices:debugging:strategy

01 Strategy

Follow these strategies when identifying, searching, finding and fixing issues/problems/bugs:

Identifying

Tbd.

Searching

Tbd.

Once Found

Once you have finally found the bug, check the following before fixing it:

  • after fixing the bug, might something similar happen?
  • might this, or a similar problem, also exist in different places?
  • if it was not easy to find the issue, how can you improve error propagation?

Fixing

Tbd.

kb/bestpractices/debugging/strategy.txt · Last modified: 2023/11/22 13:52 by joerg.hampel