「Dev:Doc/Tools」の版間の差分

提供: wiki
移動先: 案内検索
(Services)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:44時点における最新版

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