Dev:Doc/Tools

提供: wiki
< Dev:Doc
2018年6月29日 (金) 04:44時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Development Tools

Services

Build Tools

Debugging

Debugging C/C++

  • GDB: debugging on Unix system
  • Address Sanitizer: debugging with GCC/ASAN
  • Valgrind: detecting memory errors (linux/osx only)
  • BuGLe: OpenGL debugging
  • Py from C: run Python scripts in C code (test changes without rebuilds).

Debugging Python

  • Eclipse PyDev: How to debug Python scripts running in Blender from the Eclipse IDE.
  • Profiling: How to profile Python function calls.
  • Tracing: How to log script execution.

Automated Testing

Phabricator Project Page listing tasks.

Guides

Documentation