nvcc - output include files

Hi,

Is there a way to make nvcc output each include file it encounters during the compile (i.e. like /showIncludes with Microsoft c++ compiler)?

I am porting a template library to cuda and getting some obscure errors and need more diagnostics.

Many thanks.