G
Guest
I'm new to working with mixed assemblies. All of my previous experience has
been with VC++/MFC in native, unmanaged applications.
When I create a mixed assembly in which one or more of the files compiles
with /clr the instructions say that I need to change the switch for Debug
information format from Program Database for Edit & Continue to disabled.
At runtime I find that I am not able to set breakpoints in the managed code,
nor trace into it.
Is there someway to debug both the managed and unmanaged parts of a mixed
assembly?
Thanks,
Jim
been with VC++/MFC in native, unmanaged applications.
When I create a mixed assembly in which one or more of the files compiles
with /clr the instructions say that I need to change the switch for Debug
information format from Program Database for Edit & Continue to disabled.
At runtime I find that I am not able to set breakpoints in the managed code,
nor trace into it.
Is there someway to debug both the managed and unmanaged parts of a mixed
assembly?
Thanks,
Jim