Hi, If you are new to debugging I recommend to use QTCreator like described here: http://wiki.blender.org/index.php/User:Ideasman42/CMakeQTCreatorLinux
It has a very nice integrated GUI to gdb, easy to use and still powerfull. Here is the documentation: http://doc.qt.nokia.com/qtcreator-2.3/creator-debugging.html It also have a very nice GUI for Valgrind memcheck and callgrind utils. xat 2011/11/5 Rainer Hohne <[email protected]> > Hi there, > > being quite new to debugging, I would be glad if you could explain to me > how to trace function calls from the GUI. Currently I can only see what > function blender is at when it crashes (using DDD on Ubuntu), but I need to > know which C function is being called for example if I click a certain > button in the GUI. > > So can someone please explain what I need to do to get such a "live" > backtrace of GUI interactions (if possible at all) - do I need a debug > build of python or something like that ? > > Rainer > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
