Improve VS visualizers.

Refs #5067
This commit is contained in:
Gunnar Beutner 2013-11-13 08:42:18 +01:00
parent b324f59a06
commit d1d3c0e247
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010">
<Function><Name>boost::.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>std::.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>icinga::String::.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>icinga::Value::.*</Name><Action>NoStepInto</Action></Function>
<Function><Name>icinga::Array::.*</Name><Action>NoStepInto</Action></Function>

View File

@ -11,9 +11,19 @@
<Type Name="icinga::Array">
<DisplayString>{m_Data}</DisplayString>
<Expand>
<ExpandedItem>m_Data</ExpandedItem>
</Expand>
</Type>
<Type Name="icinga::Dictionary">
<DisplayString>{m_Data}</DisplayString>
<Expand>
<ExpandedItem>m_Data</ExpandedItem>
</Expand>
</Type>
<Type Name="icinga::ObjectLock">
<DisplayString>{m_Lock}</DisplayString>
</Type>
</AutoVisualizer>