mirror of https://github.com/Icinga/icinga2.git
parent
b324f59a06
commit
d1d3c0e247
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue