<?xml version="1.0" encoding="UTF-8"?>
<!--
 DBG Object Instance Inspector

 Created by Troy Koelling on 12/09/2013
 Copyright 2009-2016 Apple Inc. All rights reserved.
 -->

<!--
 NOTE: This file is copied because inspector files currently have to be in the same bundle as the extension that uses them.
 -->

<slice>
    <section>
        <sliver title="Class Name">
            <property type="dbg-class-name" placeholder="Loading…" keyPath="inspectedObjectsController.selection.object.representedObjectClassNameForDisplay" editable="NO"/>
        </sliver>
        <sliver title="Kind" visibleKeyPath="inspectedObjectsController.selection.object.shouldDisplayKind">
            <property type="string" keyPath="inspectedObjectsController.selection.object.kindForDisplay" editable="false"/>
        </sliver>
        <sliver title="Address" visibleKeyPath="inspectedObjectsController.selection.object.shouldDisplayInferiorPointer">
            <property type="string" placeholder="Loading…" keyPath="inspectedObjectsController.selection.object.inferiorPointer" editable="NO"/>
        </sliver>
        <sliver title="Size" visibleKeyPath="inspectedObjectsController.selection.object.shouldDisplayInstanceSize">
            <property type="string" keyPath="inspectedObjectsController.selection.object.instanceSizeForDisplay" editable="false"/>
        </sliver>
        <sliver title="Malloc Zone" visibleKeyPath="inspectedObjectsController.selection.object.shouldDisplayMallocZone">
            <property type="string" keyPath="inspectedObjectsController.selection.object.mallocZoneForDisplay" editable="false"/>
        </sliver>
    </section>
</slice>
