예제 #1
0
 int IDebugEngine3.SetJustMyCodeState(int fUpdate, uint dwModules, JMC_CODE_SPEC[] rgJMCSpec)
 {
     DLog.Debug(DContext.VSDebuggerComCall, "DebugEngine.SetJustMyCodeState");
     return VSConstants.S_OK;
 }
예제 #2
0
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    public int SetJustMyCodeState (int fUpdate, uint dwModules, JMC_CODE_SPEC [] rgJMCSpec)
    {
      // 
      // This method tells the debug engine about the JustMyCode state information.
      // 

      LoggingUtils.PrintFunction ();

      return Constants.E_NOTIMPL;
    }
예제 #3
0
 public int SetJustMyCodeState(int fUpdate, uint dwModules, JMC_CODE_SPEC[] rgJMCSpec)
 {
     throw new NotImplementedException();
 }