diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTestsBase.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTestsBase.cs index 74277eeb29..1f2e0780ae 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTestsBase.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTestsBase.cs @@ -148,7 +148,7 @@ namespace Debugger.Tests LogEvent("ModuleLoaded", e.Module.Filename + (e.Module.HasSymbols ? " (Has symbols)" : " (No symbols)")); }; process.Paused += delegate(object sender, ProcessEventArgs e) { - LogEvent("DebuggingPaused", e.Process.PauseSession.PausedReason.ToString()); + LogEvent("DebuggingPaused", e.Process.PauseSession.PausedReason.ToString() + " " + e.Process.SelectedStackFrame.NextStatement.ToString()); }; // process.DebuggingResumed += delegate(object sender, ProcessEventArgs e) { // LogEvent("DebuggingResumed", e.Process.PausedReason.ToString()); diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs index 5317704673..2f2b061b32 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs @@ -54,7 +54,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ArrayValue.exe (Has symbols) - Break + Break ArrayValue.cs:20,4-20,40 mscorlib.dll (No symbols) Break.exe (Has symbols) - Break + Break Break.cs:16,4-16,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Breakpoint.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Breakpoint.cs index c8e22a2b80..47cab0bc45 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Breakpoint.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Breakpoint.cs @@ -57,7 +57,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Breakpoint.exe (Has symbols) System.dll (No symbols) - Break + Break Breakpoint.cs:16,4-16,40 System.Configuration.dll (No symbols) System.Xml.dll (No symbols) Main 1\r\n - Breakpoint + Breakpoint Breakpoint.cs:18,4-18,49 Main 2\r\n - Break + Break Breakpoint.cs:19,4-19,40 mscorlib.dll (No symbols) Callstack.exe (Has symbols) - Break + Break Callstack.cs:26,4-26,40 - StepComplete + StepComplete Callstack.cs:21,4-21,11 - StepComplete + StepComplete Callstack.cs:16,4-16,11 mscorlib.dll (No symbols) DebugTypes.exe (Has symbols) - Break + Break DebugTypes.cs:57,4-57,40 @@ -130,19 +129,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="DebugTypes.exe"> - - - null - null - - null @@ -168,7 +154,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -194,19 +179,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Primitive" Module="{Exception: The type is not a class or value type.}"> - - - null - null - - null @@ -232,7 +204,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -258,19 +229,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Primitive" Module="{Exception: The type is not a class or value type.}"> - - - null - null - - null @@ -296,19 +254,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Primitive" Module="{Exception: The type is not a class or value type.}"> - - - null - null - - null @@ -334,7 +279,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - null - null - - null @@ -384,7 +315,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - null - null - - null @@ -434,7 +351,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - null - - - null - null - - null @@ -496,7 +398,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - null null @@ -534,7 +434,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -560,7 +459,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -586,31 +484,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Array" Module="{Exception: The type is not a class or value type.}"> - - - - - null - null - - - null - - - - - null - null - - null @@ -660,31 +520,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Array" Module="{Exception: The type is not a class or value type.}"> - - - - - null - null - - - null - - - - - null - null - - null @@ -734,31 +556,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="ValueType" Module="DebugTypes.exe"> - - - - - null - null - - - null - - null @@ -784,7 +581,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - - - null - null - - - null - - null @@ -846,31 +617,6 @@ namespace Debugger.Tests { Interfaces="{System.IComparable, System.IFormattable, System.IConvertible}" Kind="ValueType" Module="mscorlib.dll"> - - - - - null - null - - - null - - null @@ -896,19 +642,6 @@ namespace Debugger.Tests { Interfaces="{MyInterface}" Kind="Class" Module="DebugTypes.exe"> - - - null - null - - null @@ -934,26 +667,13 @@ namespace Debugger.Tests { Interfaces="{MyInterface}" Kind="Class" Module="DebugTypes.exe"> - - - null - null - - null - Break + Break DebugTypes.cs:74,4-74,40 @@ -977,19 +697,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Primitive" Module="{Exception: The type is not a class or value type.}"> - - - null - null - - null @@ -1015,19 +722,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Primitive" Module="{Exception: The type is not a class or value type.}"> - - - null - null - - null @@ -1053,7 +747,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - null - null - - null @@ -1103,7 +783,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - null - null - - null @@ -1153,7 +819,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - null - - - null - null - - null @@ -1215,7 +866,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - null null @@ -1253,7 +902,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -1279,7 +927,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Class" Module="mscorlib.dll"> - null null @@ -1305,31 +952,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Array" Module="{Exception: The type is not a class or value type.}"> - - - - - null - null - - - null - - - - - null - null - - null @@ -1379,31 +988,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Array" Module="{Exception: The type is not a class or value type.}"> - - - - - null - null - - - null - - - - - null - null - - null @@ -1453,31 +1024,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="ValueType" Module="DebugTypes.exe"> - - - - - null - null - - - null - - null @@ -1503,31 +1049,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="ValueType" Module="DebugTypes.exe"> - - - - - null - null - - - null - - null @@ -1553,7 +1074,6 @@ namespace Debugger.Tests { Interfaces="{}" Kind="Pointer" Module="{Exception: The type is not a class or value type.}"> - null - - - - - null - null - - - null - - null @@ -1615,31 +1110,6 @@ namespace Debugger.Tests { Interfaces="{System.IComparable, System.IFormattable, System.IConvertible}" Kind="ValueType" Module="mscorlib.dll"> - - - - - null - null - - - null - - null @@ -1665,31 +1135,6 @@ namespace Debugger.Tests { Interfaces="{System.IComparable, System.IFormattable, System.IConvertible}" Kind="ValueType" Module="mscorlib.dll"> - - - - - null - null - - - null - - null diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DefinedTypes.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DefinedTypes.cs index d8e7a9a842..77428fb5f3 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DefinedTypes.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DefinedTypes.cs @@ -54,7 +54,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) DefinedTypes.exe (Has symbols) - Break + Break DefinedTypes.cs:16,4-16,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Exception.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Exception.cs index 79a7d03776..02b5ccebb8 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Exception.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Exception.cs @@ -55,7 +55,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Exception.exe (Has symbols) - Break + Break Exception.cs:16,4-16,40 System.Exception: test diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ExceptionCustom.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ExceptionCustom.cs index 07b4791471..34df161da6 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ExceptionCustom.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ExceptionCustom.cs @@ -54,7 +54,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ExceptionCustom.exe (Has symbols) Debugger.Tests.TestPrograms.MyException: test2 ---> Debugger.Tests.TestPrograms.MyException: test1 - ExceptionIntercepted + ExceptionIntercepted ExceptionCustom.cs:27,5-27,39 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs index 1a9898f54f..c5784b3f5a 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs @@ -76,7 +76,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Expressions.exe (Has symbols) - Break + Break Expressions.cs:47,4-47,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs index dba214bc15..505aa3a3a9 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs @@ -92,8 +92,8 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) FunctionArgumentVariables.exe (Has symbols) - Break - Break + Break FunctionArgumentVariables.cs:16,4-16,40 + Break FunctionArgumentVariables.cs:51,4-51,40 @@ -206,7 +206,7 @@ namespace Debugger.Tests { Type="System.Nullable<System.Int32>" /> - Break + Break FunctionArgumentVariables.cs:57,4-57,40 @@ -223,7 +223,7 @@ namespace Debugger.Tests { Type="System.String[]" /> - Break + Break FunctionArgumentVariables.cs:57,4-57,40 @@ -240,7 +240,7 @@ namespace Debugger.Tests { Type="System.String[]" /> - Break + Break FunctionArgumentVariables.cs:57,4-57,40 @@ -257,7 +257,7 @@ namespace Debugger.Tests { Type="System.String[]" /> - Break + Break FunctionArgumentVariables.cs:62,4-62,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.cs index cebc8425e8..8b3f4f1c68 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.cs @@ -70,7 +70,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) FunctionLifetime.exe (Has symbols) - Break + Break FunctionLifetime.cs:22,4-22,40 - Break + Break FunctionLifetime.cs:29,4-29,40 - Break + Break FunctionLifetime.cs:24,4-24,40 - Break + Break FunctionLifetime.cs:17,4-17,40
mscorlib.dll (No symbols) FunctionLocalVariables.exe (Has symbols) - Break + Break FunctionLocalVariables.cs:21,4-21,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs index ab00f18f01..bc61f8690b 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs @@ -98,7 +98,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) FunctionVariablesLifetime.exe (Has symbols) - Break + Break FunctionVariablesLifetime.cs:25,4-25,40 - Break + Break FunctionVariablesLifetime.cs:34,4-34,40 - Break + Break FunctionVariablesLifetime.cs:27,4-27,40 - Break + Break FunctionVariablesLifetime.cs:34,4-34,40 - Break + Break FunctionVariablesLifetime.cs:19,4-19,40 mscorlib.dll (No symbols) Generics.exe (Has symbols) - Break + Break Generics.cs:48,4-48,40 - Break + Break Generics.cs:54,4-54,40 - Break + Break Generics.cs:60,4-60,40 - Break + Break Generics.cs:66,4-66,40 - Break + Break Generics.cs:75,4-75,40 - Break + Break Generics.cs:81,4-81,40 - Break + Break Generics.cs:87,4-87,40 - Break + Break Generics.cs:93,4-93,40 - Break + Break Generics.cs:28,4-28,40 mscorlib.dll (No symbols) MainThreadExit.exe (Has symbols) - Break + Break MainThreadExit.cs:23,4-23,40 @@ -98,7 +98,7 @@ namespace Debugger.Tests { Suspended="False" /> - ForcedBreak + ForcedBreak MainThreadExit.cs:28,4-28,26 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Metadata.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Metadata.cs index eb32443e0d..060b18e794 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Metadata.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Metadata.cs @@ -76,7 +76,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Metadata.exe (Has symbols) - Break + Break Metadata.cs:39,4-39,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/MetadataIdentity.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/MetadataIdentity.cs index 8b509e6c15..3db749ddb6 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/MetadataIdentity.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/MetadataIdentity.cs @@ -57,8 +57,8 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) MetadataIdentity.exe (Has symbols) - Break - Break + Break MetadataIdentity.cs:21,4-21,40 + Break MetadataIdentity.cs:22,4-22,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs index 1a8205902f..51e0f29ec5 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs @@ -55,7 +55,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) PrimitiveValue.exe (Has symbols) - Break + Break PrimitiveValue.cs:20,4-20,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/SetIP.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/SetIP.cs index 72a6bf91e9..32f9c2e233 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/SetIP.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/SetIP.cs @@ -54,10 +54,10 @@ namespace Debugger.Tests { System.Configuration.dll (No symbols) System.Xml.dll (No symbols) 1\r\n - Break - SetIP + Break SetIP.cs:17,4-17,40 + SetIP SetIP.cs:16,4-16,44 1\r\n - Break + Break SetIP.cs:17,4-17,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/StackOverflow.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/StackOverflow.cs index e84d2576bf..e67af62e1e 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/StackOverflow.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/StackOverflow.cs @@ -50,9 +50,9 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) StackOverflow.exe (Has symbols) - Break + Break StackOverflow.cs:16,4-16,40 Could not intercept: System.StackOverflowException - Exception + Exception StackOverflow.cs:21,3-21,4 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Stepping.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Stepping.cs index 6d08cd297c..ee25f29094 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Stepping.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Stepping.cs @@ -206,75 +206,75 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Stepping.exe (Has symbols) - Break + Break Stepping.cs:102,4-102,40 Starting run with JMC=True - SetIP - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + SetIP Stepping.cs:103,4-103,37 + StepComplete Stepping.cs:104,4-104,15 + StepComplete Stepping.cs:27,27-27,28 + StepComplete Stepping.cs:104,4-104,15 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:30,25-30,26 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:106,4-106,26 + StepComplete Stepping.cs:107,4-107,26 + StepComplete Stepping.cs:108,4-108,21 + StepComplete Stepping.cs:109,4-109,14 System.dll (No symbols) - StepComplete - StepComplete + StepComplete Stepping.cs:62,3-62,4 + StepComplete Stepping.cs:63,4-63,46 System.Configuration.dll (No symbols) System.Xml.dll (No symbols) ZigZag2 - StepComplete - StepComplete + StepComplete Stepping.cs:64,4-64,14 + StepComplete Stepping.cs:62,3-62,4 ZigZag2 - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + StepComplete Stepping.cs:109,4-109,14 + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:91,50-91,51 + StepComplete Stepping.cs:94,50-94,51 + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:111,3-111,4 Starting run with JMC=True - SetIP - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + SetIP Stepping.cs:103,4-103,37 + StepComplete Stepping.cs:104,4-104,15 + StepComplete Stepping.cs:27,27-27,28 + StepComplete Stepping.cs:104,4-104,15 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:30,25-30,26 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:106,4-106,26 + StepComplete Stepping.cs:107,4-107,26 + StepComplete Stepping.cs:108,4-108,21 + StepComplete Stepping.cs:109,4-109,14 + StepComplete Stepping.cs:62,3-62,4 + StepComplete Stepping.cs:63,4-63,46 ZigZag2 - StepComplete - StepComplete + StepComplete Stepping.cs:64,4-64,14 + StepComplete Stepping.cs:62,3-62,4 ZigZag2 - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + StepComplete Stepping.cs:109,4-109,14 + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:91,50-91,51 + StepComplete Stepping.cs:94,50-94,51 + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:111,3-111,4 Starting run with JMC=False - SetIP - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + SetIP Stepping.cs:103,4-103,37 + StepComplete Stepping.cs:104,4-104,15 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:30,25-30,26 + StepComplete Stepping.cs:105,4-105,36 + StepComplete Stepping.cs:106,4-106,26 + StepComplete Stepping.cs:107,4-107,26 + StepComplete Stepping.cs:108,4-108,21 + StepComplete Stepping.cs:109,4-109,14 ZigZag2 ZigZag2 - StepComplete - StepComplete - StepComplete - StepComplete - StepComplete + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:91,50-91,51 + StepComplete Stepping.cs:94,50-94,51 + StepComplete Stepping.cs:110,4-110,35 + StepComplete Stepping.cs:111,3-111,4 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminatePausedProcess.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminatePausedProcess.cs index 26dda5eafb..70e4866e1d 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminatePausedProcess.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminatePausedProcess.cs @@ -45,12 +45,12 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) TerminatePausedProcess.exe (Has symbols) - Break + Break TerminatePausedProcess.cs:16,4-16,40 mscorlib.dll (No symbols) TerminatePausedProcess.exe (Has symbols) - Break + Break TerminatePausedProcess.cs:16,4-16,40 diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminateRunningProcess.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminateRunningProcess.cs index e7c8932caf..9748b54ffa 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminateRunningProcess.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/TerminateRunningProcess.cs @@ -57,15 +57,15 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) TerminateRunningProcess.exe (Has symbols) - Break - StepComplete + Break TerminateRunningProcess.cs:20,4-20,40 + StepComplete TerminateRunningProcess.cs:21,4-21,26 Calling terminate mscorlib.dll (No symbols) TerminateRunningProcess.exe (Has symbols) - Break - StepComplete + Break TerminateRunningProcess.cs:20,4-20,40 + StepComplete TerminateRunningProcess.cs:21,4-21,26 Calling terminate diff --git a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ThreadName.cs b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ThreadName.cs index ad29b78362..0f5e2cc881 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ThreadName.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ThreadName.cs @@ -73,7 +73,7 @@ namespace Debugger.Tests { Suspended="False" /> ThreadName.exe (Has symbols) - Break + Break ThreadName.cs:17,4-17,40 - Break + Break ThreadName.cs:19,4-19,40 mscorlib.dll (No symbols) ValueType.exe (Has symbols) - Break + Break ValueType.cs:21,4-21,40 mscorlib.dll (No symbols) _Template.exe (Has symbols) - Break + Break _Template.cs:16,4-16,40