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.fo...@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@blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to