mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Add mod natvis.
This commit is contained in:
parent
e14b66ca98
commit
cf989f4d5b
1 changed files with 14 additions and 0 deletions
14
examples/mods/aim1_community_fix/aim_fixes.natvis
Normal file
14
examples/mods/aim1_community_fix/aim_fixes.natvis
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
|
|
||||||
|
<Type Name="id_and_name">
|
||||||
|
<DisplayString Condition="idx > 0xffffff">
|
||||||
|
{&idx,s}
|
||||||
|
</DisplayString>
|
||||||
|
|
||||||
|
<DisplayString>
|
||||||
|
{idx}
|
||||||
|
</DisplayString>
|
||||||
|
</Type>
|
||||||
|
|
||||||
|
</AutoVisualizer>
|
||||||
Loading…
Reference in a new issue