Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs')
-rw-r--r--Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs b/Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs
index 8770b1d..f201f2c 100644
--- a/Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs
+++ b/Mono.Debugging/Mono.Debugging.Client/Breakpoint.cs
@@ -117,7 +117,9 @@ namespace Mono.Debugging.Client
ResetAdjustedColumn ();
column = newColumn;
}
-
+
+ public bool UpdatedByEnC { get; set; }
+
public void SetLine (int newLine)
{
ResetAdjustedLine ();