MTuner

Knowledge

list reference from tools-engineer-checklist.md by Geoff Evans
Debugging
  • Breakpoints
  • Conditional breakpoints
  • Hardware breakpoints
  • Tracepoints
  • Debugger implementation of breakpoints
  • Code with timeouts and debuggability


Skills

  • how to navigate a big code base
  • writing code to simplify troubleshooting and maintenance
  • techniques to quickly zero in on an origin of a bug
  • tracking down sources of performance problems
  • analyzing crash dumps

Resources

Tools