[Bf-committers] Please help me debugging

Peter K.H. Gragert pkhgragert at gmail.com
Sun Nov 6 12:35:17 CET 2011


Try this:
You can set in your script breakpoints and inspect local or globals (done
in the console) by:
try:
    breakpoint = bpy.types.bp.bp
except:
    pass

and the somewhere somthing like this:

breakpoint(locals(), self.index == 0)

locals() could be globals and in
place of self.index == 0   (something else, forgotton, should be found
somewhere else, sorry)


2011/11/6 Sergey Kurdakov <sergey.forum at gmail.com>

> Hi Nicholas
>
> the question appears from time to time.
> Might your answer  be added to wiki together
> with https://plus.google.com/u/0/111762908659720536446/posts/hwZtVDf7yft ?
>
> Regards
> Sergey
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list