Skylark wrote: > > In my case, Start Debugging is F5 and Start without Debugging is Ctrl-F5 > (and these are the default key assignments). So could it be that you're > mixing the two? Or is it just that you've customized the keyboard shortcuts? >
Sorry Jean-Sébastien, I reversed the key commands while typing :) But the behaviour is as described: I get faster performance when running the Release build with the debugger attached. And much slower performance when run without the debugger (Ctrl-F5) or the same when double clicking the app in explorer. Skylark wrote: > > It should definitely be faster without debugging, and we've seen this in > our apps. When both are Release builds, we don't see that dramatic a > difference between the two though. But between Debug and Release builds the > difference is large (and that's to be expected). > I completely agree with you. But this is the Release build of my app. The behaviour switches when I launch with or without the debugger attached. I think this must have something to do with how VisualStudio handles memory allocation on the heap when the debugger is attached, or perhaps with some different setting on the application's permissions when using the debugger... :| Cheers Andrea ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=24093#24093 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

