    

 ## On this page

  

 

 # `IBreakpoint`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Common.IBreakpoint"></a>

#### *class* Ansys.ACT.Interfaces.Common.IBreakpoint

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

A stop point in the source file of a code.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`IsEnabled`](#IBreakpoint.IsEnabled)Specifies whether the breakpoint is enabled or not.[`Line`](#IBreakpoint.Line)The line number on which the breakpoint is.[`SourceFile`](#IBreakpoint.SourceFile)The file to which the breakpoint is attached.<a id="property-detail"></a>

## Property detail

<a id="IBreakpoint.IsEnabled"></a>

### *property* IBreakpoint.IsEnabled *: [bool](https://docs.python.org/3/library/functions.html#bool) | [None](https://docs.python.org/3/library/constants.html#None)*

Specifies whether the breakpoint is enabled or not.

<a id="IBreakpoint.Line"></a>

### *property* IBreakpoint.Line *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

The line number on which the breakpoint is.

<a id="IBreakpoint.SourceFile"></a>

### *property* IBreakpoint.SourceFile *: [Ansys.ACT.Interfaces.Common.ISourceFile](ISourceFile.md#ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Common.ISourceFile) | [None](https://docs.python.org/3/library/constants.html#None)*

The file to which the breakpoint is attached.