Breakpoint Properties


Breakpoint.Activated

Returns true, if the breakpoint is activated.
public bool Activated

Read only

Example

See demo_debug_csharp.htm

Breakpoint.LineNumber

Number of line of module which contains given breakpoint.
public int LineNumber

Read only.

Breakpoint.ModuleName

Name of module which contains given breakpoint.
public string ModuleName

Read only.


Copyright © 2005-2024 Alexander Baranovsky. All rights reserved.