नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Removes a previously set breakpoint at the given address.
Syntax
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 supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0