Skip to content

Commit

Permalink
add debugger view for params
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangzhuang authored and stweil committed Jul 4, 2019
1 parent 3f3d11a commit 25acd28
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/tesseract.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@
</ArrayItems>
</Expand>
</Type>

<Type Name="tesseract::IntParam">
<DisplayString>{value_}</DisplayString>
</Type>
<Type Name="tesseract::BoolParam">
<DisplayString>{value_}</DisplayString>
</Type>

<Type Name="tesseract::StringParam">
<DisplayString>{value_}</DisplayString>
</Type>

<Type Name="tesseract::DoubleParam">
<DisplayString>{value_}</DisplayString>
</Type>

</AutoVisualizer>

0 comments on commit 25acd28

Please sign in to comment.