Re: [osg-users] Repost: Top 10 debugging tips

2009-05-13 Thread Paul Martz
_ From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Maciej Krol Sent: Tuesday, May 12, 2009 11:35 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Repost: Top 10 debugging tips Hi Simon, Paul et al, Yesterday I've

[osg-users] Repost: Top 10 debugging tips

2009-05-12 Thread Paul Martz
I've created the following list of debugging tips to help new OSG developers become productive faster: http://www.skew-matrix.com/bb/viewtopic.php?f=6 http://www.skew-matrix.com/bb/viewtopic.php?f=6t=5 t=5 I hope you find it useful. Feedback appreciated. Paul Martz Skew Matrix Software LLC

Re: [osg-users] Repost: Top 10 debugging tips

2009-05-12 Thread Simon Hammett
Many, (most?) osg users are using windozes. So redirecting osg::notify messages should be in that list. (Plz somebody give me a job developing for *ix.!) 2009/5/12 Paul Martz pma...@skew-matrix.com: I've created the following list of debugging tips to help new OSG developers become productive

Re: [osg-users] Repost: Top 10 debugging tips

2009-05-12 Thread Maciej Krol
Hi Simon, Paul et al, Yesterday I've posted to osg-submissions notification redirection interface. For windows you could redirect messages to debug output with single line of code. osg::setNotifyHandler(new osg::WinDebugNotifyHandler) You can define custom notification sinks by implementing