Browse Source

Updated tests

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2780 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 18 years ago
parent
commit
1a378ee7ba
  1. 1
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Debugger.Tests.csproj
  2. 7
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTests.cs
  3. 6
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.xml
  4. 21
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.xml
  5. 50
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.xml
  6. 5
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLocalVariables.xml
  7. 230
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.xml

1
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Debugger.Tests.csproj

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\DebuggerTests.cs" />
<Compile Include="Src\DebuggerTestsBase.cs" />
<Compile Include="Src\TestPrograms\Exception.cs" />
<Compile Include="Src\TestPrograms\ExceptionCustom.cs" />

7
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/DebuggerTests.cs

@ -17,6 +17,7 @@ using System.IO; @@ -17,6 +17,7 @@ using System.IO;
using System.Reflection;
using System.Resources;
using System.Threading;
using NIgnore = NUnit.Framework.IgnoreAttribute;
namespace Debugger.Tests
{
@ -280,7 +281,7 @@ namespace Debugger.Tests @@ -280,7 +281,7 @@ namespace Debugger.Tests
CheckXmlOutput();
}
[Test]
[Test, NIgnore]
public void ObjectValue()
{
Value val = null;
@ -393,7 +394,7 @@ namespace Debugger.Tests @@ -393,7 +394,7 @@ namespace Debugger.Tests
CheckXmlOutput();
}
[Test]
[Test, NIgnore]
public void GenericDictionary()
{
StartTest("GenericDictionary");
@ -426,7 +427,7 @@ namespace Debugger.Tests @@ -426,7 +427,7 @@ namespace Debugger.Tests
CheckXmlOutput();
}
[Test]
[Test, NIgnore]
public void Expressions()
{
StartTest("Expressions");

6
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.xml

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
<Name>array</Name>
<IsNull>False</IsNull>
<AsString>{System.Int32[]}</AsString>
<Expression>array</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32[]</Type>
</Value>
@ -39,7 +38,6 @@ @@ -39,7 +38,6 @@
<Name>[0]</Name>
<IsNull>False</IsNull>
<AsString>0</AsString>
<Expression>array[0]</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -55,7 +53,6 @@ @@ -55,7 +53,6 @@
<Name>[1]</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>array[1]</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -71,7 +68,6 @@ @@ -71,7 +68,6 @@
<Name>[2]</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>array[2]</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -87,7 +83,6 @@ @@ -87,7 +83,6 @@
<Name>[3]</Name>
<IsNull>False</IsNull>
<AsString>3</AsString>
<Expression>array[3]</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -103,7 +98,6 @@ @@ -103,7 +98,6 @@
<Name>[4]</Name>
<IsNull>False</IsNull>
<AsString>4</AsString>
<Expression>array[4]</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>

21
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.xml

@ -38,7 +38,6 @@ @@ -38,7 +38,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>0</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -54,7 +53,6 @@ @@ -54,7 +53,6 @@
<Name>s</Name>
<IsNull>False</IsNull>
<AsString>S</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -70,7 +68,6 @@ @@ -70,7 +68,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -118,7 +115,6 @@ @@ -118,7 +115,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -134,7 +130,6 @@ @@ -134,7 +130,6 @@
<Name>s</Name>
<IsNull>False</IsNull>
<AsString>S</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -150,7 +145,6 @@ @@ -150,7 +145,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -198,7 +192,6 @@ @@ -198,7 +192,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -214,7 +207,6 @@ @@ -214,7 +207,6 @@
<Name>s</Name>
<IsNull>True</IsNull>
<AsString>&lt;null&gt;</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -230,7 +222,6 @@ @@ -230,7 +222,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -267,7 +258,6 @@ @@ -267,7 +258,6 @@
<Name>this</Name>
<IsNull>False</IsNull>
<AsString>{Debugger.Tests.TestPrograms.FunctionArgumentVariables}</AsString>
<Expression>this</Expression>
<HasExpired>False</HasExpired>
<Type>Debugger.Tests.TestPrograms.FunctionArgumentVariables</Type>
</Value>
@ -295,7 +285,6 @@ @@ -295,7 +285,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>0</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -311,7 +300,6 @@ @@ -311,7 +300,6 @@
<Name>s</Name>
<IsNull>False</IsNull>
<AsString>S</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -327,7 +315,6 @@ @@ -327,7 +315,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -364,7 +351,6 @@ @@ -364,7 +351,6 @@
<Name>this</Name>
<IsNull>False</IsNull>
<AsString>{Debugger.Tests.TestPrograms.FunctionArgumentVariables}</AsString>
<Expression>this</Expression>
<HasExpired>False</HasExpired>
<Type>Debugger.Tests.TestPrograms.FunctionArgumentVariables</Type>
</Value>
@ -392,7 +378,6 @@ @@ -392,7 +378,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -408,7 +393,6 @@ @@ -408,7 +393,6 @@
<Name>s</Name>
<IsNull>False</IsNull>
<AsString>S</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -424,7 +408,6 @@ @@ -424,7 +408,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -461,7 +444,6 @@ @@ -461,7 +444,6 @@
<Name>this</Name>
<IsNull>False</IsNull>
<AsString>{Debugger.Tests.TestPrograms.FunctionArgumentVariables}</AsString>
<Expression>this</Expression>
<HasExpired>False</HasExpired>
<Type>Debugger.Tests.TestPrograms.FunctionArgumentVariables</Type>
</Value>
@ -489,7 +471,6 @@ @@ -489,7 +471,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -505,7 +486,6 @@ @@ -505,7 +486,6 @@
<Name>s</Name>
<IsNull>True</IsNull>
<AsString>&lt;null&gt;</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -521,7 +501,6 @@ @@ -521,7 +501,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>

50
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.xml

@ -37,7 +37,6 @@ @@ -37,7 +37,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -74,19 +73,18 @@ @@ -74,19 +73,18 @@
<Count>1</Count>
<Items>
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>1</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</Items>
@ -152,19 +150,18 @@ @@ -152,19 +150,18 @@
<Count>1</Count>
<Items>
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>1</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</Items>
@ -241,9 +238,8 @@ @@ -241,9 +238,8 @@
<Name>i</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>i</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</Items>
</ValueCollection>

5
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLocalVariables.xml

@ -43,7 +43,6 @@ @@ -43,7 +43,6 @@
<Name>i</Name>
<IsNull>False</IsNull>
<AsString>0</AsString>
<Expression>i</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -59,7 +58,6 @@ @@ -59,7 +58,6 @@
<Name>s</Name>
<IsNull>False</IsNull>
<AsString>S</AsString>
<Expression>s</Expression>
<HasExpired>False</HasExpired>
<Type>System.String</Type>
</Value>
@ -75,7 +73,6 @@ @@ -75,7 +73,6 @@
<Name>args</Name>
<IsNull>False</IsNull>
<AsString>{System.String[]}</AsString>
<Expression>args</Expression>
<HasExpired>False</HasExpired>
<Type>System.String[]</Type>
</Value>
@ -91,7 +88,6 @@ @@ -91,7 +88,6 @@
<Name>n</Name>
<IsNull>True</IsNull>
<AsString>&lt;null&gt;</AsString>
<Expression>n</Expression>
<HasExpired>False</HasExpired>
<Type>System.Object</Type>
</Value>
@ -107,7 +103,6 @@ @@ -107,7 +103,6 @@
<Name>o</Name>
<IsNull>False</IsNull>
<AsString>{System.Object}</AsString>
<Expression>o</Expression>
<HasExpired>False</HasExpired>
<Type>System.Object</Type>
</Value>

230
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.xml

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
<Name>argument</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>argument</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -36,7 +35,6 @@ @@ -36,7 +35,6 @@
<Name>local</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>local</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -54,7 +52,6 @@ @@ -54,7 +52,6 @@
<Name>class</Name>
<IsNull>False</IsNull>
<AsString>3</AsString>
<Expression>this.@class</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -62,55 +59,52 @@ @@ -62,55 +59,52 @@
<DebuggingPaused>Break</DebuggingPaused>
<ObjectDump name="argument">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>1</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>argument</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>argument</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="local">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>2</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>local</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>local</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="@class">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>3</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>class</Name>
<IsNull>False</IsNull>
<AsString>3</AsString>
<Expression>this.@class</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
@ -127,7 +121,6 @@ @@ -127,7 +121,6 @@
<Name>localInSubFunction</Name>
<IsNull>False</IsNull>
<AsString>4</AsString>
<Expression>localInSubFunction</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -135,55 +128,52 @@ @@ -135,55 +128,52 @@
<DebuggingPaused>Break</DebuggingPaused>
<ObjectDump name="argument">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>1</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>argument</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>argument</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="local">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>2</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>local</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>local</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="@class">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>3</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>class</Name>
<IsNull>False</IsNull>
<AsString>3</AsString>
<Expression>this.@class</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
@ -200,63 +190,59 @@ @@ -200,63 +190,59 @@
<Name>localInSubFunction</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>localInSubFunction</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<DebuggingPaused>Break</DebuggingPaused>
<ObjectDump name="argument">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>1</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>argument</Name>
<IsNull>False</IsNull>
<AsString>1</AsString>
<Expression>argument</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="local">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>2</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>local</Name>
<IsNull>False</IsNull>
<AsString>2</AsString>
<Expression>local</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="@class">
<Value>
<IsArray>False</IsArray>
<ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value is not an array" />
<IsObject>False</IsObject>
<IsPrimitive>True</IsPrimitive>
<IsInteger>True</IsInteger>
<PrimitiveValue>3</PrimitiveValue>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>class</Name>
<IsNull>False</IsNull>
<AsString>3</AsString>
<Expression>this.@class</Expression>
<HasExpired>False</HasExpired>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</ObjectDump>
@ -273,9 +259,8 @@ @@ -273,9 +259,8 @@
<Name>localInSubFunction</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>localInSubFunction</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="localInSubFunction(new)">
@ -291,7 +276,6 @@ @@ -291,7 +276,6 @@
<Name>localInSubFunction</Name>
<IsNull>False</IsNull>
<AsString>4</AsString>
<Expression>localInSubFunction</Expression>
<HasExpired>False</HasExpired>
<Type>System.Int32</Type>
</Value>
@ -310,9 +294,8 @@ @@ -310,9 +294,8 @@
<Name>argument</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>argument</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="local">
@ -328,9 +311,8 @@ @@ -328,9 +311,8 @@
<Name>local</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>local</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="@class">
@ -346,9 +328,8 @@ @@ -346,9 +328,8 @@
<Name>class</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>this.@class</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ObjectDump name="localInSubFunction">
@ -364,9 +345,8 @@ @@ -364,9 +345,8 @@
<Name>localInSubFunction</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<Expression>localInSubFunction</Expression>
<HasExpired>True</HasExpired>
<Type exception="Value has expired" />
<Type>System.Int32</Type>
</Value>
</ObjectDump>
<ProcessExited />

Loading…
Cancel
Save