IBreakpoint#

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

Bases: object

A stop point in the source file of a code.

Overview#

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.