Browse Source

Grammar correction

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 17 years ago
parent
commit
4ae83b9c5c
  1. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Values/Value.Array.cs
  2. 14
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs
  3. 68
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DebugTypes.cs
  4. 24
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs
  5. 28
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs
  6. 10
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLocalVariables.cs
  7. 40
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs
  8. 36
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Generics.cs
  9. 8
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs
  10. 2
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ValueType.cs

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Values/Value.Array.cs

@ -32,7 +32,7 @@ namespace Debugger @@ -32,7 +32,7 @@ namespace Debugger
/// Gets the number of elements in the array.
/// eg new object[4,5] returns 20
/// </summary>
public int ArrayLenght {
public int ArrayLength {
get {
return (int)CorArrayValue.Count;
}

14
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ArrayValue.cs

@ -58,7 +58,7 @@ namespace Debugger.Tests { @@ -58,7 +58,7 @@ namespace Debugger.Tests {
<array>
<Value
ArrayDimensions="{5}"
ArrayLenght="5"
ArrayLength="5"
ArrayRank="1"
AsString="{System.Int32[]}"
Expression="array"
@ -71,7 +71,7 @@ namespace Debugger.Tests { @@ -71,7 +71,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="array[0]"
@ -83,7 +83,7 @@ namespace Debugger.Tests { @@ -83,7 +83,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1"
Expression="array[1]"
@ -95,7 +95,7 @@ namespace Debugger.Tests { @@ -95,7 +95,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="2"
Expression="array[2]"
@ -107,7 +107,7 @@ namespace Debugger.Tests { @@ -107,7 +107,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="3"
Expression="array[3]"
@ -119,7 +119,7 @@ namespace Debugger.Tests { @@ -119,7 +119,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="4"
Expression="array[4]"
@ -166,7 +166,7 @@ namespace Debugger.Tests { @@ -166,7 +166,7 @@ namespace Debugger.Tests {
<array.Length>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="5"
Expression="array.Length"

68
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/DebugTypes.cs

@ -112,7 +112,7 @@ namespace Debugger.Tests { @@ -112,7 +112,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is null}"
ArrayLenght="{Exception: Value is null}"
ArrayLength="{Exception: Value is null}"
ArrayRank="{Exception: Value is null}"
AsString="null"
Expression="nullMyClass"
@ -137,7 +137,7 @@ namespace Debugger.Tests { @@ -137,7 +137,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is null}"
ArrayLenght="{Exception: Value is null}"
ArrayLength="{Exception: Value is null}"
ArrayRank="{Exception: Value is null}"
AsString="null"
Expression="nullObject"
@ -162,7 +162,7 @@ namespace Debugger.Tests { @@ -162,7 +162,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is null}"
ArrayLenght="{Exception: Value is null}"
ArrayLength="{Exception: Value is null}"
ArrayRank="{Exception: Value is null}"
AsString="null"
Expression="nullString"
@ -187,7 +187,7 @@ namespace Debugger.Tests { @@ -187,7 +187,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="obj"
@ -212,7 +212,7 @@ namespace Debugger.Tests { @@ -212,7 +212,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="42"
Expression="loc"
@ -237,7 +237,7 @@ namespace Debugger.Tests { @@ -237,7 +237,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="43"
Expression="locByRef"
@ -262,7 +262,7 @@ namespace Debugger.Tests { @@ -262,7 +262,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32*}"
Expression="locPtr"
@ -298,7 +298,7 @@ namespace Debugger.Tests { @@ -298,7 +298,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32*}"
Expression="locPtrByRef"
@ -334,7 +334,7 @@ namespace Debugger.Tests { @@ -334,7 +334,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32**}"
Expression="locPtrPtr"
@ -381,7 +381,7 @@ namespace Debugger.Tests { @@ -381,7 +381,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Void*}"
Expression="locVoidPtr"
@ -417,7 +417,7 @@ namespace Debugger.Tests { @@ -417,7 +417,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="locObj"
@ -442,7 +442,7 @@ namespace Debugger.Tests { @@ -442,7 +442,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="locObjByRef"
@ -467,7 +467,7 @@ namespace Debugger.Tests { @@ -467,7 +467,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{4}"
ArrayLenght="4"
ArrayLength="4"
ArrayRank="1"
AsString="{System.Char[]}"
Expression="locSZArray"
@ -503,7 +503,7 @@ namespace Debugger.Tests { @@ -503,7 +503,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{2, 2}"
ArrayLenght="4"
ArrayLength="4"
ArrayRank="2"
AsString="{System.Char[,]}"
Expression="locArray"
@ -539,7 +539,7 @@ namespace Debugger.Tests { @@ -539,7 +539,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Point}"
Expression="locStruct"
@ -564,7 +564,7 @@ namespace Debugger.Tests { @@ -564,7 +564,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Point*}"
Expression="locStructPtr"
@ -600,7 +600,7 @@ namespace Debugger.Tests { @@ -600,7 +600,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32}"
Expression="box"
@ -625,7 +625,7 @@ namespace Debugger.Tests { @@ -625,7 +625,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{MyInterfaceImpl}"
Expression="myInterfaceImpl"
@ -650,7 +650,7 @@ namespace Debugger.Tests { @@ -650,7 +650,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{MyInterfaceImpl}"
Expression="myInterface"
@ -680,7 +680,7 @@ namespace Debugger.Tests { @@ -680,7 +680,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="42"
Expression="arg"
@ -705,7 +705,7 @@ namespace Debugger.Tests { @@ -705,7 +705,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="43"
Expression="argByRef"
@ -730,7 +730,7 @@ namespace Debugger.Tests { @@ -730,7 +730,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32*}"
Expression="argPtr"
@ -766,7 +766,7 @@ namespace Debugger.Tests { @@ -766,7 +766,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32*}"
Expression="argPtrByRef"
@ -802,7 +802,7 @@ namespace Debugger.Tests { @@ -802,7 +802,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32**}"
Expression="argPtrPtr"
@ -849,7 +849,7 @@ namespace Debugger.Tests { @@ -849,7 +849,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Void*}"
Expression="argVoidPtr"
@ -885,7 +885,7 @@ namespace Debugger.Tests { @@ -885,7 +885,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="argObj"
@ -910,7 +910,7 @@ namespace Debugger.Tests { @@ -910,7 +910,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="argObjByRef"
@ -935,7 +935,7 @@ namespace Debugger.Tests { @@ -935,7 +935,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{4}"
ArrayLenght="4"
ArrayLength="4"
ArrayRank="1"
AsString="{System.Char[]}"
Expression="argSZArray"
@ -971,7 +971,7 @@ namespace Debugger.Tests { @@ -971,7 +971,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{2, 2}"
ArrayLenght="4"
ArrayLength="4"
ArrayRank="2"
AsString="{System.Char[,]}"
Expression="argArray"
@ -1007,7 +1007,7 @@ namespace Debugger.Tests { @@ -1007,7 +1007,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Point}"
Expression="argStruct"
@ -1032,7 +1032,7 @@ namespace Debugger.Tests { @@ -1032,7 +1032,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Point}"
Expression="argStructByRef"
@ -1057,7 +1057,7 @@ namespace Debugger.Tests { @@ -1057,7 +1057,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Point*}"
Expression="argStructPtr"
@ -1093,7 +1093,7 @@ namespace Debugger.Tests { @@ -1093,7 +1093,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32}"
Expression="argBox"
@ -1118,7 +1118,7 @@ namespace Debugger.Tests { @@ -1118,7 +1118,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Int32}"
Expression="argBoxByRef"

24
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Expressions.cs

@ -83,7 +83,7 @@ namespace Debugger.Tests { @@ -83,7 +83,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="argValue"
Expression="arg"
@ -99,7 +99,7 @@ namespace Debugger.Tests { @@ -99,7 +99,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="i"
@ -111,7 +111,7 @@ namespace Debugger.Tests { @@ -111,7 +111,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{3}"
ArrayLenght="3"
ArrayLength="3"
ArrayRank="1"
AsString="{System.String[]}"
Expression="array"
@ -123,7 +123,7 @@ namespace Debugger.Tests { @@ -123,7 +123,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{2, 2}"
ArrayLenght="4"
ArrayLength="4"
ArrayRank="2"
AsString="{System.String[,]}"
Expression="array2"
@ -137,7 +137,7 @@ namespace Debugger.Tests { @@ -137,7 +137,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="derived name"
Expression="this.name"
@ -149,7 +149,7 @@ namespace Debugger.Tests { @@ -149,7 +149,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="derived value"
Expression="this.Value"
@ -161,7 +161,7 @@ namespace Debugger.Tests { @@ -161,7 +161,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="field value"
Expression="this.field"
@ -173,7 +173,7 @@ namespace Debugger.Tests { @@ -173,7 +173,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{3}"
ArrayLenght="3"
ArrayLength="3"
ArrayRank="1"
AsString="{System.String[]}"
Expression="this.array"
@ -185,7 +185,7 @@ namespace Debugger.Tests { @@ -185,7 +185,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="derived name"
Expression="this.Name"
@ -197,7 +197,7 @@ namespace Debugger.Tests { @@ -197,7 +197,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="base name"
Expression="this.name"
@ -209,7 +209,7 @@ namespace Debugger.Tests { @@ -209,7 +209,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="base value"
Expression="this.Value"
@ -221,7 +221,7 @@ namespace Debugger.Tests { @@ -221,7 +221,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="base name"
Expression="this.Name"

28
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionArgumentVariables.cs

@ -100,7 +100,7 @@ namespace Debugger.Tests { @@ -100,7 +100,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1"
Expression="i"
@ -112,7 +112,7 @@ namespace Debugger.Tests { @@ -112,7 +112,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="A"
Expression="s"
@ -124,7 +124,7 @@ namespace Debugger.Tests { @@ -124,7 +124,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is null}"
ArrayLenght="{Exception: Value is null}"
ArrayLength="{Exception: Value is null}"
ArrayRank="{Exception: Value is null}"
AsString="null"
Expression="s_null"
@ -136,7 +136,7 @@ namespace Debugger.Tests { @@ -136,7 +136,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="2"
Expression="ref_i"
@ -148,7 +148,7 @@ namespace Debugger.Tests { @@ -148,7 +148,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="3"
Expression="out_i"
@ -160,7 +160,7 @@ namespace Debugger.Tests { @@ -160,7 +160,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="out_i2"
@ -172,7 +172,7 @@ namespace Debugger.Tests { @@ -172,7 +172,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="B"
Expression="ref_s"
@ -184,7 +184,7 @@ namespace Debugger.Tests { @@ -184,7 +184,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Nullable&lt;System.Int32&gt;}"
Expression="iNull"
@ -196,7 +196,7 @@ namespace Debugger.Tests { @@ -196,7 +196,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Nullable&lt;System.Int32&gt;}"
Expression="iNull_null"
@ -213,7 +213,7 @@ namespace Debugger.Tests { @@ -213,7 +213,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{0}"
ArrayLenght="0"
ArrayLength="0"
ArrayRank="1"
AsString="{System.String[]}"
Expression="args"
@ -230,7 +230,7 @@ namespace Debugger.Tests { @@ -230,7 +230,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{1}"
ArrayLenght="1"
ArrayLength="1"
ArrayRank="1"
AsString="{System.String[]}"
Expression="args"
@ -247,7 +247,7 @@ namespace Debugger.Tests { @@ -247,7 +247,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{2}"
ArrayLenght="2"
ArrayLength="2"
ArrayRank="1"
AsString="{System.String[]}"
Expression="args"
@ -264,7 +264,7 @@ namespace Debugger.Tests { @@ -264,7 +264,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1"
Expression="i"
@ -276,7 +276,7 @@ namespace Debugger.Tests { @@ -276,7 +276,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="A"
Expression="s"

10
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLocalVariables.cs

@ -55,7 +55,7 @@ namespace Debugger.Tests { @@ -55,7 +55,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="i"
@ -67,7 +67,7 @@ namespace Debugger.Tests { @@ -67,7 +67,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="S"
Expression="s"
@ -79,7 +79,7 @@ namespace Debugger.Tests { @@ -79,7 +79,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{1}"
ArrayLenght="1"
ArrayLength="1"
ArrayRank="1"
AsString="{System.String[]}"
Expression="args"
@ -91,7 +91,7 @@ namespace Debugger.Tests { @@ -91,7 +91,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is null}"
ArrayLenght="{Exception: Value is null}"
ArrayLength="{Exception: Value is null}"
ArrayRank="{Exception: Value is null}"
AsString="null"
Expression="n"
@ -103,7 +103,7 @@ namespace Debugger.Tests { @@ -103,7 +103,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{System.Object}"
Expression="o"

40
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionVariablesLifetime.cs

@ -102,7 +102,7 @@ namespace Debugger.Tests { @@ -102,7 +102,7 @@ namespace Debugger.Tests {
<argument>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1"
Expression="argument"
@ -114,7 +114,7 @@ namespace Debugger.Tests { @@ -114,7 +114,7 @@ namespace Debugger.Tests {
<local>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="2"
Expression="local"
@ -126,7 +126,7 @@ namespace Debugger.Tests { @@ -126,7 +126,7 @@ namespace Debugger.Tests {
<_x0040_class>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="3"
Expression="this.class"
@ -139,7 +139,7 @@ namespace Debugger.Tests { @@ -139,7 +139,7 @@ namespace Debugger.Tests {
<argument>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="argument"
@ -151,7 +151,7 @@ namespace Debugger.Tests { @@ -151,7 +151,7 @@ namespace Debugger.Tests {
<local>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="local"
@ -163,7 +163,7 @@ namespace Debugger.Tests { @@ -163,7 +163,7 @@ namespace Debugger.Tests {
<_x0040_class>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="this.class"
@ -175,7 +175,7 @@ namespace Debugger.Tests { @@ -175,7 +175,7 @@ namespace Debugger.Tests {
<localInSubFunction>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="4"
Expression="localInSubFunction"
@ -188,7 +188,7 @@ namespace Debugger.Tests { @@ -188,7 +188,7 @@ namespace Debugger.Tests {
<argument>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="argument"
@ -200,7 +200,7 @@ namespace Debugger.Tests { @@ -200,7 +200,7 @@ namespace Debugger.Tests {
<local>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="local"
@ -212,7 +212,7 @@ namespace Debugger.Tests { @@ -212,7 +212,7 @@ namespace Debugger.Tests {
<_x0040_class>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="this.class"
@ -224,7 +224,7 @@ namespace Debugger.Tests { @@ -224,7 +224,7 @@ namespace Debugger.Tests {
<localInSubFunction>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="localInSubFunction"
@ -237,7 +237,7 @@ namespace Debugger.Tests { @@ -237,7 +237,7 @@ namespace Debugger.Tests {
<argument>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="argument"
@ -249,7 +249,7 @@ namespace Debugger.Tests { @@ -249,7 +249,7 @@ namespace Debugger.Tests {
<local>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="local"
@ -261,7 +261,7 @@ namespace Debugger.Tests { @@ -261,7 +261,7 @@ namespace Debugger.Tests {
<_x0040_class>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="this.class"
@ -273,7 +273,7 @@ namespace Debugger.Tests { @@ -273,7 +273,7 @@ namespace Debugger.Tests {
<localInSubFunction>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="localInSubFunction"
@ -285,7 +285,7 @@ namespace Debugger.Tests { @@ -285,7 +285,7 @@ namespace Debugger.Tests {
<localInSubFunction_x0028_new_x0029_>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="4"
Expression="localInSubFunction"
@ -298,7 +298,7 @@ namespace Debugger.Tests { @@ -298,7 +298,7 @@ namespace Debugger.Tests {
<argument>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="argument"
@ -310,7 +310,7 @@ namespace Debugger.Tests { @@ -310,7 +310,7 @@ namespace Debugger.Tests {
<local>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="local"
@ -322,7 +322,7 @@ namespace Debugger.Tests { @@ -322,7 +322,7 @@ namespace Debugger.Tests {
<_x0040_class>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="this.class"
@ -334,7 +334,7 @@ namespace Debugger.Tests { @@ -334,7 +334,7 @@ namespace Debugger.Tests {
<localInSubFunction>
<Value
ArrayDimensions="{Exception: Value is no longer valid}"
ArrayLenght="{Exception: Value is no longer valid}"
ArrayLength="{Exception: Value is no longer valid}"
ArrayRank="{Exception: Value is no longer valid}"
AsString="{Exception: Value is no longer valid}"
Expression="localInSubFunction"

36
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Generics.cs

@ -174,7 +174,7 @@ namespace Debugger.Tests { @@ -174,7 +174,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1"
Expression="v"
@ -186,7 +186,7 @@ namespace Debugger.Tests { @@ -186,7 +186,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="1!"
Expression="k"
@ -239,7 +239,7 @@ namespace Debugger.Tests { @@ -239,7 +239,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="2"
Expression="v"
@ -251,7 +251,7 @@ namespace Debugger.Tests { @@ -251,7 +251,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="2!"
Expression="k"
@ -304,7 +304,7 @@ namespace Debugger.Tests { @@ -304,7 +304,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="3"
Expression="v"
@ -316,7 +316,7 @@ namespace Debugger.Tests { @@ -316,7 +316,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="3!"
Expression="k"
@ -369,7 +369,7 @@ namespace Debugger.Tests { @@ -369,7 +369,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="4"
Expression="v"
@ -381,7 +381,7 @@ namespace Debugger.Tests { @@ -381,7 +381,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="4!"
Expression="k"
@ -434,7 +434,7 @@ namespace Debugger.Tests { @@ -434,7 +434,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="5"
Expression="v"
@ -446,7 +446,7 @@ namespace Debugger.Tests { @@ -446,7 +446,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="5!"
Expression="k"
@ -499,7 +499,7 @@ namespace Debugger.Tests { @@ -499,7 +499,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="6"
Expression="v"
@ -511,7 +511,7 @@ namespace Debugger.Tests { @@ -511,7 +511,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="6!"
Expression="k"
@ -564,7 +564,7 @@ namespace Debugger.Tests { @@ -564,7 +564,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="7"
Expression="v"
@ -576,7 +576,7 @@ namespace Debugger.Tests { @@ -576,7 +576,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="7!"
Expression="k"
@ -629,7 +629,7 @@ namespace Debugger.Tests { @@ -629,7 +629,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="8"
Expression="v"
@ -641,7 +641,7 @@ namespace Debugger.Tests { @@ -641,7 +641,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="8!"
Expression="k"
@ -655,7 +655,7 @@ namespace Debugger.Tests { @@ -655,7 +655,7 @@ namespace Debugger.Tests {
<Prop>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="gClass.Prop"
@ -667,7 +667,7 @@ namespace Debugger.Tests { @@ -667,7 +667,7 @@ namespace Debugger.Tests {
<StaticProp>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="0"
Expression="Debugger.Tests.TestPrograms.GenericClass&lt;System.Int32,System.String&gt;.StaticProp"

8
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/PrimitiveValue.cs

@ -62,7 +62,7 @@ namespace Debugger.Tests { @@ -62,7 +62,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="True"
Expression="b"
@ -98,7 +98,7 @@ namespace Debugger.Tests { @@ -98,7 +98,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="5"
Expression="i"
@ -134,7 +134,7 @@ namespace Debugger.Tests { @@ -134,7 +134,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="five"
Expression="s"
@ -170,7 +170,7 @@ namespace Debugger.Tests { @@ -170,7 +170,7 @@ namespace Debugger.Tests {
<Item>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="5.5"
Expression="d"

2
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/ValueType.cs

@ -56,7 +56,7 @@ namespace Debugger.Tests { @@ -56,7 +56,7 @@ namespace Debugger.Tests {
<this>
<Value
ArrayDimensions="{Exception: Value is not an array}"
ArrayLenght="{Exception: Value is not an array}"
ArrayLength="{Exception: Value is not an array}"
ArrayRank="{Exception: Value is not an array}"
AsString="{Debugger.Tests.ValueType}"
Expression="this"

Loading…
Cancel
Save