Table of Contents

Method StopDebuggingAsync

Namespace
Alternet.Scripter.Debugger.Python
Assembly
Alternet.Scripter.Python.Debugger.v9.dll

StopDebuggingAsync(CancellationToken)

When implemented by a class, stops executing the program.

public Task StopDebuggingAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task