IBreakpoint#

class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Common.IBreakpoint#

Bases: object

A stop point in the source file of a code.

Overview#

add_EnabledChanged

add_EnabledChanged method.

remove_EnabledChanged

remove_EnabledChanged method.

IsEnabled

Specifies whether the breakpoint is enabled or not.

Line

The line number on which the breakpoint is.

SourceFile

The file to which the breakpoint is attached.

Property detail#

property IBreakpoint.IsEnabled: bool | None#

Specifies whether the breakpoint is enabled or not.

property IBreakpoint.Line: int | None#

The line number on which the breakpoint is.

property IBreakpoint.SourceFile: Ansys.ACT.Interfaces.Common.ISourceFile | None#

The file to which the breakpoint is attached.

Method detail#

IBreakpoint.add_EnabledChanged(value: System.EventHandler) None#

add_EnabledChanged method.

IBreakpoint.remove_EnabledChanged(value: System.EventHandler) None#

remove_EnabledChanged method.