From BlenderWiki

Jump to: navigation, search

Development Tools

Services

Debugging

  • GDB: debugging on Unix system
  • Valgrind: detecting memory errors (linux/osx only)
  • BuGLe: OpenGL debugging
  • Py from C: running python code from C

Guides

  • Coding Tips: how to navigate the code and debug problems