Share via


ICorDebugProcess2::ClearUnmanagedBreakpoint Method

Removes a previously set breakpoint at the given address.

HRESULT ClearUnmanagedBreakpoint (
    [in] CORDB_ADDRESS   address
);

Parameters

  • address
    [in] A CORDB_ADDRESS value that specifies the address at which the breakpoint was set.

Remarks

The specified breakpoint would have been previously set by an earlier call to ICorDebugProcess2::SetUnmanagedBreakpoint.

The ClearUnmanagedBreakpoint method can be called while the process being debugged is running.

The ClearUnmanagedBreakpoint method returns a failure code if the debugger is attached in managed-only mode or if no breakpoint exists at the specified address.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICorDebugProcess2 Interface

ICorDebugProcess Interface