DebugSupport.DebuggerStepAsync Method    
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.
Call into active IDialogDebugger and let it know that we are at given point in the dialog.
public static System.Threading.Tasks.Task DebuggerStepAsync(this Microsoft.Agents.Builder.Dialogs.DialogContext context, Microsoft.Agents.Builder.Dialogs.Dialog dialog, string more, System.Threading.CancellationToken cancellationToken);
	static member DebuggerStepAsync : Microsoft.Agents.Builder.Dialogs.DialogContext * Microsoft.Agents.Builder.Dialogs.Dialog * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
	<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, dialog As Dialog, more As String, cancellationToken As CancellationToken) As Task
	Parameters
- context
 - DialogContext
 
dialogContext.
- dialog
 - Dialog
 
dialog.
- more
 - String
 
label.
- cancellationToken
 - CancellationToken
 
cancellation token for async operations.
Returns
async task.