Skip to content

Commit

Permalink
coid::exception natvis
Browse files Browse the repository at this point in the history
  • Loading branch information
cameni committed Feb 26, 2020
1 parent f7d08b5 commit 9f3318d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/visualc-syntax/coid.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<DisplayString>code={_ptr->_code} {_ptr->_desc,s}</DisplayString>
</Type>

<Type Name="coid::exception">
<DisplayString Condition="_dtext._tstr._ptr == 0">{_stext._ptr,[_stext._pte-_stext._ptr]s8}</DisplayString>
<DisplayString>{_dtext._tstr._ptr,s8}</DisplayString>
</Type>

<Type Name="coid::dynarray&lt;*,*,*&gt;">
<DisplayString Condition="_ptr == 0">size = 0</DisplayString>
<DisplayString>size = {((size_t*)_ptr)[-1]}</DisplayString>
Expand Down

0 comments on commit 9f3318d

Please sign in to comment.