mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
14 lines
No EOL
355 B
XML
14 lines
No EOL
355 B
XML
<?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> |