ExecutionDebug
7/14/25Less than 1 minute
namespace ML.SDK
Class
ExecutionDebug
namespace ML.SDK
{
class ExecutionDebug
}Summary
An internal class used for debugging C# Execution
Static Methods
| Method | Description |
|---|---|
| BeginDebugSession(string) | Being a new debugging session with given name. If there was an existing debugging session, it will be closed. |
| EndDebugSession() | End the current active debugging session. Does nothing if there is no active debugging session. |

