From c1a7a7626de04a239494ffe8545dce2be96a89c2 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 25 Jan 2014 22:06:09 +0100 Subject: [PATCH] Adjust line numbers in debugger tests to changed license header length. --- .../Debugger.Tests/Tests/AppDomain_Tests.cs | 4 +- .../Debugger.Tests/Tests/Breakpoint_Tests.cs | 20 +-- .../Tests/ControlFlow_DebuggeeKilled.cs | 2 +- .../Tests/ControlFlow_MainThreadExit.cs | 2 +- .../Tests/ControlFlow_Stepping.cs | 120 +++++++++--------- .../ControlFlow_TerminatePausedProcess.cs | 4 +- .../ControlFlow_TerminateRunningProcess.cs | 8 +- .../DebugType_CompilerGeneratedClasses.cs | 6 +- .../Debugger.Tests/Tests/DynamicCode.cs | 4 +- .../Debugger.Tests/Tests/Exception_Custom.cs | 2 +- .../Tests/Process_MemoryReadWrite.cs | 2 +- .../Tests/StackFrame_Callstack.cs | 18 +-- .../Tests/StackFrame_Lifetime.cs | 22 ++-- .../Debugger.Tests/Tests/StackFrame_SetIP.cs | 4 +- .../Debugger.Tests/Tests/StackFrame_Tests.cs | 8 +- .../Tests/StackFrame_VariablesLifetime.cs | 10 +- .../Debugger.Tests/Tests/Thread_Tests.cs | 6 +- .../Debugger.Tests/Tests/Value_Tests.cs | 2 +- .../Debugger.Tests/Tests/_HelloWorldTest.cs | 2 +- 19 files changed, 123 insertions(+), 123 deletions(-) diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/AppDomain_Tests.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/AppDomain_Tests.cs index ff84492c99..f167484683 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/AppDomain_Tests.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/AppDomain_Tests.cs @@ -77,10 +77,10 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) AppDomain_Tests.exe (Has symbols) - AppDomain_Tests.cs:13,4-13,40 + AppDomain_Tests.cs:28,4-28,40 mscorlib.dll (No symbols) AppDomain_Tests.exe (Has symbols) - AppDomain_Tests.cs:26,4-26,40 + AppDomain_Tests.cs:41,4-41,40 myDomain Id=2 False 1 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/Breakpoint_Tests.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/Breakpoint_Tests.cs index 26b0617eca..653f5ad42a 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/Breakpoint_Tests.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/Breakpoint_Tests.cs @@ -47,8 +47,8 @@ namespace Debugger.Tests { string filename = CurrentStackFrame.NextStatement.Filename; - Breakpoint breakpoint1 = debugger.AddBreakpoint(filename, 14); - Breakpoint breakpoint2 = debugger.AddBreakpoint(filename, 15); + Breakpoint breakpoint1 = debugger.AddBreakpoint(filename, 29); + Breakpoint breakpoint2 = debugger.AddBreakpoint(filename, 30); Assert.IsTrue(breakpoint1.IsSet); Assert.IsTrue(breakpoint2.IsSet); @@ -78,37 +78,37 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Breakpoint_Tests.exe (Has symbols) System.dll (No symbols) - Breakpoint_Tests.cs:12,4-12,40 + Breakpoint_Tests.cs:27,4-27,40 + Line="29" /> + Line="30" /> System.Configuration.dll (No symbols) System.Xml.dll (No symbols) Main 1\r\n - Breakpoint_Tests.cs:14,4-14,49 + Breakpoint_Tests.cs:29,4-29,49 Main 2\r\n - Breakpoint_Tests.cs:16,4-16,49 + Breakpoint_Tests.cs:31,4-31,49 Main 3\r\n - Breakpoint_Tests.cs:17,4-17,40 + Breakpoint_Tests.cs:32,4-32,40 + Line="29" /> + Line="30" /> diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_DebuggeeKilled.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_DebuggeeKilled.cs index 33fdd14666..df5b3fe6ce 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_DebuggeeKilled.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_DebuggeeKilled.cs @@ -60,7 +60,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ControlFlow_DebuggeeKilled.exe (Has symbols) - ControlFlow_DebuggeeKilled.cs:12,4-12,40 + ControlFlow_DebuggeeKilled.cs:27,4-27,40 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_MainThreadExit.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_MainThreadExit.cs index 77d2bef1f3..56e3a68109 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_MainThreadExit.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_MainThreadExit.cs @@ -71,7 +71,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ControlFlow_MainThreadExit.exe (Has symbols) - ControlFlow_MainThreadExit.cs:20,4-20,40 + ControlFlow_MainThreadExit.cs:35,4-35,40 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs index 7b31468b7f..7ee16bda9d 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs @@ -218,78 +218,78 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ControlFlow_Stepping.exe (Has symbols) - ControlFlow_Stepping.cs:98,4-98,40 + ControlFlow_Stepping.cs:113,4-113,40 Starting run with JMC=True - ControlFlow_Stepping.cs:100,4-100,15 - ControlFlow_Stepping.cs:23,27-23,28 - ControlFlow_Stepping.cs:100,4-100,15 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:26,25-26,26 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:30,8-30,9 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:103,4-103,26 - ControlFlow_Stepping.cs:104,4-104,21 - ControlFlow_Stepping.cs:105,4-105,14 + ControlFlow_Stepping.cs:115,4-115,15 + ControlFlow_Stepping.cs:38,27-38,28 + ControlFlow_Stepping.cs:115,4-115,15 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:41,25-41,26 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:45,8-45,9 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:118,4-118,26 + ControlFlow_Stepping.cs:119,4-119,21 + ControlFlow_Stepping.cs:120,4-120,14 System.dll (No symbols) - ControlFlow_Stepping.cs:58,3-58,4 - ControlFlow_Stepping.cs:59,4-59,46 + ControlFlow_Stepping.cs:73,3-73,4 + ControlFlow_Stepping.cs:74,4-74,46 System.Configuration.dll (No symbols) System.Xml.dll (No symbols) ZigZag2 - ControlFlow_Stepping.cs:60,4-60,14 - ControlFlow_Stepping.cs:58,3-58,4 + ControlFlow_Stepping.cs:75,4-75,14 + ControlFlow_Stepping.cs:73,3-73,4 ZigZag2 - ControlFlow_Stepping.cs:105,4-105,14 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:87,50-87,51 - ControlFlow_Stepping.cs:90,50-90,51 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:107,3-107,4 + ControlFlow_Stepping.cs:120,4-120,14 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:102,50-102,51 + ControlFlow_Stepping.cs:105,50-105,51 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:122,3-122,4 Starting run with JMC=True - ControlFlow_Stepping.cs:100,4-100,15 - ControlFlow_Stepping.cs:23,27-23,28 - ControlFlow_Stepping.cs:100,4-100,15 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:26,25-26,26 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:30,8-30,9 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:103,4-103,26 - ControlFlow_Stepping.cs:104,4-104,21 - ControlFlow_Stepping.cs:105,4-105,14 - ControlFlow_Stepping.cs:58,3-58,4 - ControlFlow_Stepping.cs:59,4-59,46 + ControlFlow_Stepping.cs:115,4-115,15 + ControlFlow_Stepping.cs:38,27-38,28 + ControlFlow_Stepping.cs:115,4-115,15 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:41,25-41,26 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:45,8-45,9 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:118,4-118,26 + ControlFlow_Stepping.cs:119,4-119,21 + ControlFlow_Stepping.cs:120,4-120,14 + ControlFlow_Stepping.cs:73,3-73,4 + ControlFlow_Stepping.cs:74,4-74,46 ZigZag2 - ControlFlow_Stepping.cs:60,4-60,14 - ControlFlow_Stepping.cs:58,3-58,4 + ControlFlow_Stepping.cs:75,4-75,14 + ControlFlow_Stepping.cs:73,3-73,4 ZigZag2 - ControlFlow_Stepping.cs:105,4-105,14 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:87,50-87,51 - ControlFlow_Stepping.cs:90,50-90,51 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:107,3-107,4 + ControlFlow_Stepping.cs:120,4-120,14 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:102,50-102,51 + ControlFlow_Stepping.cs:105,50-105,51 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:122,3-122,4 Starting run with JMC=False - ControlFlow_Stepping.cs:100,4-100,15 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:26,25-26,26 - ControlFlow_Stepping.cs:101,4-101,36 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:30,8-30,9 - ControlFlow_Stepping.cs:102,4-102,21 - ControlFlow_Stepping.cs:103,4-103,26 - ControlFlow_Stepping.cs:104,4-104,21 - ControlFlow_Stepping.cs:105,4-105,14 + ControlFlow_Stepping.cs:115,4-115,15 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:41,25-41,26 + ControlFlow_Stepping.cs:116,4-116,36 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:45,8-45,9 + ControlFlow_Stepping.cs:117,4-117,21 + ControlFlow_Stepping.cs:118,4-118,26 + ControlFlow_Stepping.cs:119,4-119,21 + ControlFlow_Stepping.cs:120,4-120,14 ZigZag2 ZigZag2 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:87,50-87,51 - ControlFlow_Stepping.cs:90,50-90,51 - ControlFlow_Stepping.cs:106,4-106,35 - ControlFlow_Stepping.cs:107,3-107,4 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:102,50-102,51 + ControlFlow_Stepping.cs:105,50-105,51 + ControlFlow_Stepping.cs:121,4-121,35 + ControlFlow_Stepping.cs:122,3-122,4 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminatePausedProcess.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminatePausedProcess.cs index d8d3d227d7..a80aba461c 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminatePausedProcess.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminatePausedProcess.cs @@ -56,12 +56,12 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ControlFlow_TerminatePausedProcess.exe (Has symbols) - ControlFlow_TerminatePausedProcess.cs:12,4-12,40 + ControlFlow_TerminatePausedProcess.cs:27,4-27,40 mscorlib.dll (No symbols) ControlFlow_TerminatePausedProcess.exe (Has symbols) - ControlFlow_TerminatePausedProcess.cs:12,4-12,40 + ControlFlow_TerminatePausedProcess.cs:27,4-27,40 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminateRunningProcess.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminateRunningProcess.cs index 5c75505097..9dfb7e4306 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminateRunningProcess.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_TerminateRunningProcess.cs @@ -68,15 +68,15 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) ControlFlow_TerminateRunningProcess.exe (Has symbols) - ControlFlow_TerminateRunningProcess.cs:16,4-16,40 - ControlFlow_TerminateRunningProcess.cs:17,4-17,26 + ControlFlow_TerminateRunningProcess.cs:31,4-31,40 + ControlFlow_TerminateRunningProcess.cs:32,4-32,26 Calling terminate mscorlib.dll (No symbols) ControlFlow_TerminateRunningProcess.exe (Has symbols) - ControlFlow_TerminateRunningProcess.cs:16,4-16,40 - ControlFlow_TerminateRunningProcess.cs:17,4-17,26 + ControlFlow_TerminateRunningProcess.cs:31,4-31,40 + ControlFlow_TerminateRunningProcess.cs:32,4-32,26 Calling terminate diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/DebugType_CompilerGeneratedClasses.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/DebugType_CompilerGeneratedClasses.cs index e1133a77db..4400160339 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/DebugType_CompilerGeneratedClasses.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/DebugType_CompilerGeneratedClasses.cs @@ -110,7 +110,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) DebugType_CompilerGeneratedClasses.exe (Has symbols) - DebugType_CompilerGeneratedClasses.cs:34,5-34,41 + DebugType_CompilerGeneratedClasses.cs:49,5-49,41 - DebugType_CompilerGeneratedClasses.cs:53,6-53,42 + DebugType_CompilerGeneratedClasses.cs:68,6-68,42 - DebugType_CompilerGeneratedClasses.cs:50,7-50,43 + DebugType_CompilerGeneratedClasses.cs:65,7-65,43 DynamicllyGeneratedAssembly (No symbols) ISymWrapper.dll (No symbols) System.dll (No symbols) - DynamicCode.cs:42,4-42,40 - DynamicCode.cs:43,4-43,73 + DynamicCode.cs:57,4-57,40 + DynamicCode.cs:58,4-58,73 Source.txt:1,1-1,100 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/Exception_Custom.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/Exception_Custom.cs index 66af014e45..621fc51615 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/Exception_Custom.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/Exception_Custom.cs @@ -65,7 +65,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Exception_Custom.exe (Has symbols) Debugger.Tests.MyException - Exception_Custom.cs:23,5-23,39 + Exception_Custom.cs:38,5-38,39 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/Process_MemoryReadWrite.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/Process_MemoryReadWrite.cs index b46e0a8d81..b971fdb6f6 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/Process_MemoryReadWrite.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/Process_MemoryReadWrite.cs @@ -84,7 +84,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) Process_MemoryReadWrite.exe (Has symbols) System.dll (No symbols) - Process_MemoryReadWrite.cs:14,4-14,40 + Process_MemoryReadWrite.cs:29,4-29,40 5 0 0 0 48 0 65 0 6C 0 6C 0 6F 0 6 0 0 0 20 0 20 0 20 0 20 0 20 0 21 0 System.Configuration.dll (No symbols) diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Callstack.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Callstack.cs index b36b566eb4..407c88d818 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Callstack.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Callstack.cs @@ -68,14 +68,14 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) StackFrame_Callstack.exe (Has symbols) - StackFrame_Callstack.cs:22,4-22,40 + StackFrame_Callstack.cs:37,4-37,40 @@ -83,42 +83,42 @@ namespace Debugger.Tests { ChainIndex="1" FrameIndex="1" MethodInfo="[Method Debugger.Tests.StackFrame_Callstack.Sub1():System.Void]" - NextStatement="StackFrame_Callstack.cs:17,4-17,11" + NextStatement="StackFrame_Callstack.cs:32,4-32,11" Thread="Thread Name = Suspended = False" /> - StackFrame_Callstack.cs:17,4-17,11 + StackFrame_Callstack.cs:32,4-32,11 - StackFrame_Callstack.cs:12,4-12,11 + StackFrame_Callstack.cs:27,4-27,11 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Lifetime.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Lifetime.cs index 6452649325..18ba980776 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Lifetime.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Lifetime.cs @@ -81,24 +81,24 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) StackFrame_Lifetime.exe (Has symbols) - StackFrame_Lifetime.cs:18,4-18,40 + StackFrame_Lifetime.cs:33,4-33,40 - StackFrame_Lifetime.cs:25,4-25,40 + StackFrame_Lifetime.cs:40,4-40,40 @@ -106,17 +106,17 @@ namespace Debugger.Tests { ChainIndex="1" FrameIndex="2" MethodInfo="[Method Debugger.Tests.StackFrame_Lifetime.SubFunction():System.Void]" - NextStatement="StackFrame_Lifetime.cs:25,4-25,40" + NextStatement="StackFrame_Lifetime.cs:40,4-40,40" Thread="Thread Name = Suspended = False" /> - StackFrame_Lifetime.cs:20,4-20,40 + StackFrame_Lifetime.cs:35,4-35,40 @@ -125,15 +125,15 @@ namespace Debugger.Tests { ChainIndex="1" FrameIndex="1" MethodInfo="[Method Debugger.Tests.StackFrame_Lifetime.Function(i:System.Int32):System.Void]" - NextStatement="StackFrame_Lifetime.cs:20,4-20,40" + NextStatement="StackFrame_Lifetime.cs:35,4-35,40" Thread="Thread Name = Suspended = False" /> - StackFrame_Lifetime.cs:13,4-13,40 + StackFrame_Lifetime.cs:28,4-28,40
@@ -150,7 +150,7 @@ namespace Debugger.Tests { diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_SetIP.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_SetIP.cs index b26aa62462..e511d620e9 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_SetIP.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_SetIP.cs @@ -67,9 +67,9 @@ namespace Debugger.Tests { System.Configuration.dll (No symbols) System.Xml.dll (No symbols) 1\r\n - StackFrame_SetIP.cs:13,4-13,40 + StackFrame_SetIP.cs:28,4-28,40 1\r\n - StackFrame_SetIP.cs:13,4-13,40 + StackFrame_SetIP.cs:28,4-28,40 diff --git a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Tests.cs b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Tests.cs index 48a4a54c67..00c4c14694 100644 --- a/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Tests.cs +++ b/src/AddIns/Debugger/Debugger.Tests/Tests/StackFrame_Tests.cs @@ -72,7 +72,7 @@ namespace Debugger.Tests { mscorlib.dll (No symbols) StackFrame_Tests.exe (Has symbols) - StackFrame_Tests.cs:13,5-13,41 + StackFrame_Tests.cs:28,5-28,41 - StackFrame_Tests.cs:16,5-16,41 + StackFrame_Tests.cs:31,5-31,41 - StackFrame_Tests.cs:19,4-19,40 + StackFrame_Tests.cs:34,4-34,40 - StackFrame_Tests.cs:23,4-23,40 + StackFrame_Tests.cs:38,4-38,40 mscorlib.dll (No symbols) StackFrame_VariablesLifetime.exe (Has symbols) - StackFrame_VariablesLifetime.cs:21,4-21,40 + StackFrame_VariablesLifetime.cs:36,4-36,40 - StackFrame_VariablesLifetime.cs:30,4-30,40 + StackFrame_VariablesLifetime.cs:45,4-45,40 - StackFrame_VariablesLifetime.cs:23,4-23,40 + StackFrame_VariablesLifetime.cs:38,4-38,40 - StackFrame_VariablesLifetime.cs:30,4-30,40 + StackFrame_VariablesLifetime.cs:45,4-45,40 - StackFrame_VariablesLifetime.cs:15,4-15,40 + StackFrame_VariablesLifetime.cs:30,4-30,40 mscorlib.dll (No symbols) Thread_Tests.exe (Has symbols) - Thread_Tests.cs:12,4-12,40 + Thread_Tests.cs:27,4-27,40 - Thread_Tests.cs:15,4-15,40 + Thread_Tests.cs:30,4-30,40 - Thread_Tests.cs:17,4-17,40 + Thread_Tests.cs:32,4-32,40 mscorlib.dll (No symbols) Value_Tests.exe (Has symbols) - Value_Tests.cs:27,4-27,40 + Value_Tests.cs:42,4-42,40 System.Configuration.dll (No symbols) System.Xml.dll (No symbols) Hello world!\r\n - _HelloWorldTest.cs:14,4-14,40 + _HelloWorldTest.cs:29,4-29,40