Device memory debugging from host code

Hi,

is it possible to see a content of device memory variables (e.g. an array allocated using cudaMalloc) while stepping a host code in Nsight Debug session? I can only see a content of host variables while stepping a device code (own kernel).
Is there any related tutorial apart from the following? https://devblogs.nvidia.com/cudacasts-episode-9-explore-gpu-device-memory-with-nsight-eclipse-edition/

Thanks