Hello Sajjad,

I would like to find out when that particular function is called and who is calling that. I am definite that it is called, but could not find out
who is calling that(some function in another class probably ).

Basic debugging technique: Run the code in the debugger, put a breakpoint in the method and when the breakpoint is hit, check the call stack.

Couldn't be simpler :-)

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to