On 1/12/10 12:58 , wang junchao wrote: > Thank you for your reply. But maybe I didn't make myself understood. As you > know, > reading source code is a very complex and boring work. So my question is that > : can I > input a commandline like "osgdem -t -.. d.. - o output.ive" and trace the > execution of > the program step by step like the Visual Studio's debug mode ?
You can do that with gdb easily. You'll need a VPB build with debug symbols and maybe some front-end to gdb to make it pretty. /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

