No OutputDebugString output in VS when using Nsight?

Is there any way to get the debug output sent through OutputDebugString to show up in the Debug tab of the output window when running my game through Nsight? I see Nsight’s output in its own tab, but the Debug tab is completely empty. If there isn’t a way to get it, can this feature be added in the next version of Nsight?

Thanks,

  • Dylan

Hi Dylan,

This is a known request. For now, you can use DebugView while doing an Nsight debug session to see the output from OutputDebugString - not the best scenario, but should get you going.

Thank you