Commit 6d66e0e 1 parent ecbaebe commit 6d66e0e Copy full SHA for 6d66e0e
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
3
3
<Type Name =" lua_State" >
4
- <DisplayString >[thread top=] {top.p-(ci-> func.p+1)} </DisplayString >
4
+ <DisplayString >[stack top={top.p-(ci-> func.p+1), d}] </DisplayString >
5
5
<Expand >
6
6
<Item Name =" [stack top]" >top.p-(ci-> func.p+1)</Item >
7
7
<Item Name =" [call]" Condition =" ci->func.p->val.tt_!=0" >ci-> func.p</Item >
8
- <Item Name =" [callinfo]" >"------------------------------------"</Item >
8
+ <Synthetic Name =" [callinfo]" >
9
+ <DisplayString >------------------------------------</DisplayString >
10
+ </Synthetic >
9
11
<LinkedListItems >
10
12
<HeadPointer >ci</HeadPointer >
11
13
<NextPointer >previous</NextPointer >
43
45
</Expand >
44
46
</Type >
45
47
<Type Name =" CClosure" >
46
- <DisplayString >{f}</DisplayString >
48
+ <DisplayString >{f, na }</DisplayString >
47
49
</Type >
48
50
<Type Name =" LClosure" >
49
- <DisplayString >{p}</DisplayString >
51
+ <DisplayString >{p, na }</DisplayString >
50
52
<Expand >
51
53
<ExpandedItem >p</ExpandedItem >
52
54
</Expand >
63
65
</Expand >
64
66
</Type >
65
67
<Type Name =" TString" >
66
- <DisplayString >{(char *)(this)+8+sizeof(double)*2, na }</DisplayString >
68
+ <DisplayString >{(char *)(this)+8+sizeof(double)*2, sb }</DisplayString >
67
69
</Type >
68
70
</AutoVisualizer >
You can’t perform that action at this time.
0 commit comments