`IBreakpoint` Last update: 09.03.2026 class Ansys.ACT.Interfaces.Common.IBreakpoint Bases: object A stop point in the source file of a code. Overview Properties Name Description 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.