Debugging problem
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have a component dll compiled as /clr (mixed), I cannot put a break point in any module, could anyone suspect how to debug it? Notice that: The startup project is written in C# and it enables debugging for unmanaged code. In the build configuration for the sicky dll: Debugging/Attach property is set to true. Linker/Debugging/Generate Debug Info property is set to true. Linker/Debugging/Generate program databse file --> (the same name of the dll).pdb The optimisation options are set to default. :omg: Regards,
HZ