Table of Contents

Method StopDebuggingAsync

Namespace
Alternet.Scripter.Debugger.IronPython
Assembly
Alternet.Scripter.IronPython.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