remote debug unmanaged code
Posted
by sagie
on Stack Overflow
See other posts from Stack Overflow
or by sagie
Published on 2010-04-06T08:50:49Z
Indexed on
2010/04/06
8:53 UTC
Read the original article
Hit count: 379
Hi. I have a process that contains C# code, C++\CLI code and native c++ code. Now, I'm trying to remote debug my process, and I can go to the statements of my C# code and my C++\CLI code, but I can't reach my native code.
When I try to hit a breakpoint in my native c++ source file, I get the "No symbole have been loaded" error. I tried to manualy load the symboles (tools->options->debugging), but no luck.
Any Idea?
© Stack Overflow or respective owner