E
Efi Merdler
Hello,
I am using Visual studio 2005 standard edition sp1.
I've compiled a native dll in vc6 with debug information. I am
building a wrapper for the exported classes in vs2005 using IJW.
The compilation is working just fine and I am able to use the final
CLR dll in my c# application. The problem happens when I'm trying to
debug my dll. When using 'step into' I have no problem stepping into
my C++/CLI code, however when trying to step into my native code the
debugger just skips the line.
I've checked the modules list and my native dll is not written there.
I made sure to include the location of my native's PDB files, I added
the source location in the solution properties and I checked Debugger
type to mixed.
When adding a breakpoint in a native source file I get "...no symbols
have been loaded for this document"
Any idea what I'm doing wrong?
Thanks,
Efi
I am using Visual studio 2005 standard edition sp1.
I've compiled a native dll in vc6 with debug information. I am
building a wrapper for the exported classes in vs2005 using IJW.
The compilation is working just fine and I am able to use the final
CLR dll in my c# application. The problem happens when I'm trying to
debug my dll. When using 'step into' I have no problem stepping into
my C++/CLI code, however when trying to step into my native code the
debugger just skips the line.
I've checked the modules list and my native dll is not written there.
I made sure to include the location of my native's PDB files, I added
the source location in the solution properties and I checked Debugger
type to mixed.
When adding a breakpoint in a native source file I get "...no symbols
have been loaded for this document"
Any idea what I'm doing wrong?
Thanks,
Efi