|
|
|
@ -10,7 +10,7 @@ using System.Diagnostics;
@@ -10,7 +10,7 @@ using System.Diagnostics;
|
|
|
|
|
|
|
|
|
|
namespace Debugger.Tests.TestPrograms |
|
|
|
|
{ |
|
|
|
|
public class Stepping |
|
|
|
|
public class ControlFlow_Stepping |
|
|
|
|
{ |
|
|
|
|
[DebuggerStepThrough] |
|
|
|
|
static void StepRoot() |
|
|
|
@ -121,9 +121,9 @@ namespace Debugger.Tests {
@@ -121,9 +121,9 @@ namespace Debugger.Tests {
|
|
|
|
|
public partial class DebuggerTests |
|
|
|
|
{ |
|
|
|
|
[NUnit.Framework.Test] |
|
|
|
|
public void Stepping() |
|
|
|
|
public void ControlFlow_Stepping() |
|
|
|
|
{ |
|
|
|
|
StartTest("Stepping.cs"); |
|
|
|
|
StartTest("ControlFlow_Stepping.cs"); |
|
|
|
|
|
|
|
|
|
SourcecodeSegment start = process.SelectedStackFrame.NextStatement; |
|
|
|
|
|
|
|
|
@ -202,79 +202,79 @@ namespace Debugger.Tests {
@@ -202,79 +202,79 @@ namespace Debugger.Tests {
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<DebuggerTests> |
|
|
|
|
<Test |
|
|
|
|
name="Stepping.cs"> |
|
|
|
|
name="ControlFlow_Stepping.cs"> |
|
|
|
|
<ProcessStarted /> |
|
|
|
|
<ModuleLoaded>mscorlib.dll (No symbols)</ModuleLoaded> |
|
|
|
|
<ModuleLoaded>Stepping.exe (Has symbols)</ModuleLoaded> |
|
|
|
|
<DebuggingPaused>Break Stepping.cs:102,4-102,40</DebuggingPaused> |
|
|
|
|
<ModuleLoaded>ControlFlow_Stepping.exe (Has symbols)</ModuleLoaded> |
|
|
|
|
<DebuggingPaused>Break ControlFlow_Stepping.cs:102,4-102,40</DebuggingPaused> |
|
|
|
|
<Log>Starting run with JMC=True</Log> |
|
|
|
|
<DebuggingPaused>SetIP Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:27,27-27,28</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>SetIP ControlFlow_Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:27,27-27,28</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<ModuleLoaded>System.dll (No symbols)</ModuleLoaded> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:63,4-63,46</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:63,4-63,46</DebuggingPaused> |
|
|
|
|
<ModuleLoaded>System.Configuration.dll (No symbols)</ModuleLoaded> |
|
|
|
|
<ModuleLoaded>System.Xml.dll (No symbols)</ModuleLoaded> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:64,4-64,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:64,4-64,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<Log>Starting run with JMC=True</Log> |
|
|
|
|
<DebuggingPaused>SetIP Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:27,27-27,28</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:63,4-63,46</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>SetIP ControlFlow_Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:27,27-27,28</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:63,4-63,46</DebuggingPaused> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:64,4-64,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:64,4-64,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:62,3-62,4</DebuggingPaused> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<Log>Starting run with JMC=False</Log> |
|
|
|
|
<DebuggingPaused>SetIP Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>SetIP ControlFlow_Stepping.cs:103,4-103,37</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:104,4-104,15</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:30,25-30,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:105,4-105,36</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:106,4-106,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:107,4-107,26</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:108,4-108,21</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:109,4-109,14</DebuggingPaused> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<LogMessage>ZigZag2</LogMessage> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:91,50-91,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:94,50-94,51</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:110,4-110,35</DebuggingPaused> |
|
|
|
|
<DebuggingPaused>StepComplete ControlFlow_Stepping.cs:111,3-111,4</DebuggingPaused> |
|
|
|
|
<ProcessExited /> |
|
|
|
|
</Test> |
|
|
|
|
</DebuggerTests> |