Execution does not stop at breakpoints in eMbedded VC++ 4.0

Answered Execution does not stop at breakpoints in eMbedded VC++ 4.0

  • Friday, March 09, 2012 10:37 PM
     
     

    Hello,

    I have a DLL written in eMbedded Visual C++ 4.0.  An C# application uses the methods provided by the DLL.  The C# application apparently calls them and get the expected return values but the control does not stop at the breakpoints in these called methods.  The way I am debugging the DLL is that the application gets started when the DLL is downloaded to the mobile device.  Any inputs will be appreciated.

    Jun Inagaki

All Replies

  • Saturday, March 10, 2012 2:11 AM
     
     Answered

    Maybe the symbols do not match, or some other problem. Have you tried to insert a hardcoded __debugbreak() ?

    -- pa

  • Saturday, March 10, 2012 2:23 AM
     
     

    Try to enable the "Unmanaged code debugging" property.

    See this:http://msdn.microsoft.com/en-us/library/tdw0c6sf.aspx

  • Friday, March 16, 2012 7:14 AM
    Moderator
     
     

    Hi Jun,

    I am checking the thread status on my side. Would you mind letting me know the result of these suggestions? If you need further help, please feel free to let me know. We'll continue working with you on this issue.

    Have a nice day!
    Helen Zhao


    Helen Zhao [MSFT]
    MSDN Community Support | Feedback to us