Thanks Chuck, That didn't work for me, though. Argh. I wanna help debug this threading problem.
I think VS7 is not resolving namespace between osg::View and osgViewer::View somewhere. Zach -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Cole Sent: Thursday, February 08, 2007 11:31 To: 'osg users' Subject: RE: [osg-users] Debugging VS7 Zach, In the project settings for Core osgViewer, change the C/C++ -> General -> 'Debug Information Format' setting to 'Program Database for Edit & Continue (/ZI)' (it is set to 'Program Database (/Zi)' by the CVS project file). This is how VS8 is setup and I believe VS7 is the same, but the exact names and menu options may be slightly different. After changing this setting, I was able to hit breakpoints within the osgViewer::Viewer class whereas previously I was unable to do so. Hopefully, this is your intent as well. chuck > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Zach Deedler > Sent: Wednesday, February 07, 2007 9:23 PM > To: 'osg users' > Subject: [osg-users] Debugging VS7 > > Anybody have a clue why I can't step into osgViewer::Viewer code in > Visual Studio 7 when debugging OSG CVS? Its driving me crazy! > > > Zach > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
