Snippets

Florian cegui.natvis

Updated by Florian

File cegui.natvis Modified

  • Ignore whitespace
  • Hide word diff
-<!-- Copyright (c) Florian Richter. Licensed under the MIT license. -->
 <?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) Florian Richter. Licensed under the MIT license. -->
 <AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
   <Type Name="CEGUI::AllocatedObject&lt;CEGUI::String&gt;">
     <DisplayString Condition="((CEGUI::String*)this)-&gt;d_buffer == 0">{((CEGUI::String*)this)-&gt;d_quickbuff,s32}</DisplayString>
Created by Florian

File cegui.natvis Added

  • Ignore whitespace
  • Hide word diff
+<!-- Copyright (c) Florian Richter. Licensed under the MIT license. -->
+<?xml version="1.0" encoding="utf-8"?>
+<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
+  <Type Name="CEGUI::AllocatedObject&lt;CEGUI::String&gt;">
+    <DisplayString Condition="((CEGUI::String*)this)-&gt;d_buffer == 0">{((CEGUI::String*)this)-&gt;d_quickbuff,s32}</DisplayString>
+    <DisplayString Condition="((CEGUI::String*)this)-&gt;d_buffer != 0">{((CEGUI::String*)this)-&gt;d_buffer,s32}</DisplayString>
+  </Type>
+</AutoVisualizer>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.