Browse Source

Grammar correction

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 18 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
/// Gets the number of elements in the array. /// Gets the number of elements in the array.
/// eg new object[4,5] returns 20 /// eg new object[4,5] returns 20
/// </summary> /// </summary>
public int ArrayLenght { public int ArrayLength {
get { get {
return (int)CorArrayValue.Count; return (int)CorArrayValue.Count;
} }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save