[Bf-committers] Quicktime & autoconf

Kester Maddock bf-committers@blender.org
Mon, 5 May 2003 11:52:57 +1200


Hi Meino,

I don't think pdb's --> or step function is very accurate. :)
You can insert breakpoints and step to those, or move the set_trace call to 
change the stop point.  You have to find the latest point in the script you 
can break at before crashing.  It is probably before trace_rectangle3(r,c,c1)
in draw1 which has the first GL calls.

Otherwise (workaround), set_trace after "That's began!" and type this into the 
pdb prompt:
export_file(anim, patchtype, debug, 'inc',  G_Set, layer, export, 
texturestype)

Can you get a gui out of any other script?

Kester