Usually, VS will prompt you for a file location if it cannot find a file.  It 
sounds like your DLLs are being loaded from the correct place, but just in 
case, make certain that the DLLs you just recently built match the ones that 
are being loaded.  It's been my experience that PDB files can be very picky 
(frustatingly so, sometimes).  Check your output window for the DLL names.  
Also, set a breakpoint on some code that calls an OSG function.  Step into that 
code and see what happens.  The IDE should prompt you for a source filename if 
it cannot determine where it is.

That's all that I can think of at the moment.

Hope it helps,
Brian

 On Mon Sep 24 10:39 , 'Andy Skinner' <[EMAIL PROTECTED]> sent:

>Has anyone had to do anything tricky to see OSG source code while
>debugging their application?
>
>I've been able to compile OSG debug, and to put the .pdb files where
>Visual Studio can see them.  If I stop in my code, I can see OSG symbols
>on the stack trace.  But I can't see the source code.
>
>I've added the directories I need to a list of debug source locations.
>
>Does anyone else know how I should be able to see into the OSG source in
>Visual Studio?
>
>thanks,
>andy
>
>_______________________________________________
>osg-users mailing list
>[email protected]
>http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to