Search code examples
openglgpunvidiansight

NSight (NVIDIA) does not work correctly using 'Pause and Capture frame' functionality with Visual Studio


I installed NSight for Visual Studio 2012 several days ago. But today there is something wrong with the 'Pause and Capture frame' functionality. Actually, when I click on the icon as showing below I don't have the frame scrubber in visual studio (the page showing the analysis page)!

Here's the steps I follow:

1) Click on 'NSIGHT' menu and 'Start Graphics Debugging'

enter image description here

2) The program is being launched in a window showing the NSIGHT GUI on it. I press the command 'CTRL + Z' and I click on the icon 'Pause and Capture frame' as follow:

enter image description here

Then have the following display:

enter image description here

But on my Visual Studio interface I don't have the 'Frame Scrubber' (the analysis page showing all the information about all the graphics pipeline).

I don't have this page:

enter image description here

I think I have unintentionally modified a propertie which disabled the loading of this page.

Does anyone can help me, please ?

Thanks a lot in advance for your help!


Solution

  • The solution is to click on 'Window' menu and 'Reset Window Layout' as follow:

    enter image description here

    I hope this post will be helpfull for somebody!