Hi Wang, On Wed, Dec 1, 2010 at 1:58 AM, wang junchao <[email protected]> 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.
If you a programmer reading source is the single most important activity you'll ever do. Yes it's complex, but that's our lot. If we wanted an easy life we'd stack shelves at the local shop ;-) >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 ? I haven't used VisualStudio for a decade but I'd guess it still allows you to specify command line options when running apps. You should look at the docs of VisualStudio as this really isn't an OSG/VPB question. As a general note I'd add that the OSG/VPB build system names debug builds of libs and executables with a d postfix, so you'd use osgdemd when debugging. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

