Microsoft.Bot.Builder.Dialogs.Debugging Namespace
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.
Classes
DebuggingBotAdapterExtensions |
Defines debugging extension methods for the BotAdapter class. |
DebugSupport |
Debugger support for ITurnContext, DialogContext. |
NullDialogDebugger |
Default Dialog Debugger which simply ignores step calls for the IDialogDebuggerinterface. |
NullSourceMap |
NullSourceMap is used to disable tracking of source code Ranges. |
SourceContext |
SourceContext used to build sourcemap of metadata about the call relationships between assets. |
SourceMap |
A simple ISourceMap of objects -> SourceRange. |
SourcePoint |
SourcePoint represents the line and character index into the source code or declarative object backing an object in memory. |
SourceRange |
Range represents a file, starting point and end point of text . |
Interfaces
IDebugger |
Defines the Debugger interface. |
IDialogDebugger |
Defines the Dialog Debugger interface. |
ISourceMap |
A source map is a dictionary object -> sourceCode. |