Debug problem

  • Thread starter Thread starter Lourenço Teodoro
  • Start date Start date
L

Lourenço Teodoro

I have an application developed with MFC and I want to use .NET with the
Manged extentions.

I added the option /clr to the compiler, changed the debug information (/Zi)
and also set /ASSEMBLYDEBUG. The program runs fine and I can use the .Net
library, however I cannot insert breakpoints. Has anyone had a similar
problem? Am I missing some step?

Lourenço.
 
The problem was that my executable was not being compiled with the /clr
option.

Lourenço.
 
Back
Top