One more update :
“use cross compiler on the windows machine” doesn’t work with Quick Debug feature. That means, Cross-GDB doesnt able to locate the call stack and other details in the core file.
But it works perfectly when I used GDB available on the Linux remote system.
But, our purpose is to do a core dump (from linux) analysis on Visual Studio locally without attaching to remote linux system. Is there any solution for this ?