From ca25fd0307f9387af34cfa3120cecb7e12575579 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 3 Dec 2012 07:10:31 +0000 Subject: fix [#33389] Curve points restricted to 0..1 range, also added note on python3.3's faulthandler module. --- doc/python_api/rst/info_gotcha.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst index e60f1e256cd..08548ea73e5 100644 --- a/doc/python_api/rst/info_gotcha.rst +++ b/doc/python_api/rst/info_gotcha.rst @@ -537,6 +537,13 @@ Here are some general hints to avoid running into these problems. * Crashes may not happen every time, they may happen more on some configurations/operating-systems. +.. note:: + + To find the line of your script that crashes you can use the ``faulthandler`` module. + See `faulthandler docs`_. + + While the crash may be in Blenders C/C++ code, this can help a lot to track down the area of the script that causes the crash. + Undo/Redo --------- -- cgit v1.2.3