Table of Contents

Class DebuggerExtensions

Namespace
nanoFramework.Tools.Debugger.Extensions
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public static class DebuggerExtensions
Inheritance
DebuggerExtensions
Inherited Members

Methods

IsDeviceInExitedState(Engine)

Check if device execution state is: program exited.

public static bool IsDeviceInExitedState(this Engine debugEngine)

Parameters

debugEngine Engine

Returns

bool

IsDeviceInInitializeState(Engine)

Check if device state is Initialized state (see remarks).

public static bool IsDeviceInInitializeState(this Engine debugEngine)

Parameters

debugEngine Engine

Returns

bool

true if the device is in initialized state. false otherwise.

Remarks

A device is in initialized state if it's not running a program or if the program execution is stopped (after having running one).

IsDeviceInProgramRunningState(Engine)

Check if device execution state is: program running.

public static bool IsDeviceInProgramRunningState(this Engine debugEngine)

Parameters

debugEngine Engine

Returns

bool

IsDeviceStoppedOnTypeResolutionFailed(Engine)

Check if device execution state is: stopped on type resolution failed.

public static bool IsDeviceStoppedOnTypeResolutionFailed(this Engine debugEngine)

Parameters

debugEngine Engine

Returns

bool