Skip to content

Latest commit

 

History

History
86 lines (69 loc) · 2.53 KB

nf-dbgeng-idebugbreakpoint2-setcommandwide.md

File metadata and controls

86 lines (69 loc) · 2.53 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugBreakpoint2.SetCommandWide
IDebugBreakpoint2::SetCommandWide (dbgeng.h)
The SetCommandWide method sets the command that is executed when a breakpoint is triggered.
debugger\setcommandwide.htm
debugger
05/03/2018
IDebugBreakpoint2::SetCommandWide
IDebugBreakpoint2 interface [Windows Debugging],SetCommandWide method, IDebugBreakpoint2.SetCommandWide, IDebugBreakpoint2::SetCommandWide, SetCommandWide, SetCommandWide method [Windows Debugging], SetCommandWide method [Windows Debugging],IDebugBreakpoint2 interface, dbgeng/IDebugBreakpoint2::SetCommandWide, debugger.setcommandwide
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugBreakpoint2::SetCommandWide
dbgeng/IDebugBreakpoint2::SetCommandWide
APIRef
kbSyntax
COM
dbgeng.h
IDebugBreakpoint2::SetCommandWide

IDebugBreakpoint2::SetCommandWide

-description

The SetCommandWide method sets the command that is executed when a breakpoint is triggered.

-parameters

-param Command [in]

The command string that is executed when the breakpoint is triggered.

-returns

SetCommandWide might return one of the following values:

Return code Description
S_OK
The method was successful.

-remarks

The command string is a list of debugger commands that are separated by semicolons. These commands are executed every time that the breakpoint is triggered. The commands are executed before the engine informs any event callbacks that the breakpoint has been triggered.

If the command string includes an execution command such as G (Go), this command should be the last command in the Command string. If a command causes the target to resume execution, the rest of the command string is ignored.

For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.