Attach graphics debugger to running process

Is it possible to attach debugger to running process like you would attach to process which has launcher?

Hi Wajs1c,

Nsight Graphics Debugger support the apps that has a launcher, for example, your app is under steam and need to be run by steam. You need to enable the launch configuration that your target exe is a launcher.

Be note, Nsight doesn’t support attach to the running progress.

Thanks
An