Debugging the Nvidia CEF processes (Nvidia Overlay or Nvidia App) can be achieved by editing
C:\Program Files\NVIDIA Corporation\NVIDIA app\CEF\Resources
file NVIDIA (app/overlay).json
to add the flag nv-remote-debugging-port=XXXX
(pick your port), then using chrome://inspect to connect.
The Nvidia Overlay performs RPC calls by calling into the native function window.cefQuery
with data like
'{"command":"QUERY_IPC_EXTENSION_MESSAGE","system":"CrimsonNative","module":"ShareServer","method":"EnableInstantReplay","payload":{"enable":true}}'
to enable instant replay