Share via


DebugSupport Class

Definition

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.

Applies to