DebugSupport Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Debugger support for ITurnContext, DialogContext.
public static class DebugSupport
type DebugSupport = class
Public Module DebugSupport
- Inheritance
-
DebugSupport
Properties
SourceMap |
Gets or sets the source map instance. |
Methods
DebuggerStepAsync(DialogContext, Dialog, String, CancellationToken) |
Call into active IDialogDebugger and let it know that we are at given point in the dialog. |
DebuggerStepAsync(DialogContext, IRecognizer, String, CancellationToken) |
Call into active IDialogDebugger and let it know that we are at given point in the Recognizer. |
DebuggerStepAsync(DialogContext, Recognizer, String, CancellationToken) |
Call into active IDialogDebugger and let it know that we are at given point in the Recognizer. |
GetDebugger(DialogContext) |
Extension method to get IDialogDebugger from DialogContext. |
GetDebugger(ITurnContext) |
Extension method to get IDialogDebugger from TurnContext. |