Class RunToPositionBreakpoint
Specifies breakpoint position inside the file.
public class RunToPositionBreakpoint
- Inheritance
-
RunToPositionBreakpoint
Constructors
- RunToPositionBreakpoint(string, int)
Initializes a new instance of the
RunToPositionBreakpoint
class with specified parameters.
Properties
- FilePath
Gets or sets the name of the file where breakpoint is set.
- LineNumber
Gets or sets number of line at which breakpoint is set.