Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.24 KB

idebugprogramnode2-detachdebugger-v7.md

File metadata and controls

51 lines (41 loc) · 1.24 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
IDebugProgramNode2::DetachDebugger_V7
This method is an old, deprecated form of the detach method used prior to Visual Studio 2005.
11/04/2016
reference
IDebugProgramNode2::DetachDebugger
IDebugProgramNode2::DetachDebugger
IDebugProgramNode2::DetachDebugger_V7
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugProgramNode2::DetachDebugger_V7

Note

DEPRECATED. DO NOT USE.

Syntax

int DetachDebugger_V7 ();
HRESULT DetachDebugger_V7 (
   void 
);

Return Value

An implementation should always return E_NOTIMPL.

Remarks

Warning

As of Visual Studio 2005, this method is no longer used and should always return E_NOTIMPL.

This method is called when the debugger unexpectedly quits. When this method is called, the DE should resume the program as though the user detached from it. No more debug events should be sent. The program should be in a state where it is attachable from another instance of the debugger.

See also