# Debug Aircraft Attachments {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_1_main.png" alt="The Debug Aircraft CFD Window" >}} This window can be opened from the [SimObject Debug Menu](../simobject-debug-menu/) or the [DevMode Debug Menu](../../../menus/debug_info/). From this window you can get various pieces of information about the Modular SimObject that is currently being edited in the SimObject editor. ### Attachments This tab is for debugging the attachments that a modular SimObject can have. It's split into two sections, with the list of all the various attachments at the top, and then specific information about the currently selected attachment at the bottom. You can filter the list of attachments from the input field at the very top: {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_2_filter.png" alt="Filtering The List Of Attachments For The Aircraft" >}} Under the filter is a tabled list of all the attachments, and the table has the following columns: - **Status**: This tells you the current status of the SimAttachment. This will be either: - **Loaded** - The SimAttachment has been loaded correctly. - **Pending** - The SimAttachment is currently being loaded in. - **Error** - There has been some kind of error loading the SimAttachment. - **Attachment**: This is the path to the [Modular SimObject XML](../../../../../content-configuration/modular-simobjects/modular-simobject-xml-properties/) file. - **Target**: This tells you what the attachment is attached to.   From this list of attachments you can select any of them by simply clicking, and once selected you can get more information about the attachment itself from the tabs underneath (note that not all tabs will be available for all attachments). #### Context {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_3_context.png" alt="The Context Tab" >}} This tab gives you all the information available about the currently selected SimAttachment. The available data is as follows: - **Target**: This tells you what the attachment is attached to. - **Texture Directories**: This lists all the folders that will be checked (in order of precedence) to find the textures specific to the attachment. - **Model Min Size**: This is the percentage size on screen at which the SimAttachment will no longer be rendered. - **Panels**: This section displays the path to the `panel.cfg` file for the SimAttachment (if this file does not exist then the section will be omitted). - **Dynamic Parameters**: This shows the various dynamic parameters referenced in the `attached_objects.cfg` (`vcockpit_parameter.N`) - **Attachment.*N***: The root path and relative path for the [attachment XML](../../../../../content-configuration/modular-simobjects/modular-simobject-xml-properties/) file. - **Tags**: If the SimAttachment has an `attachment.cfg` file, then the `[Tags]` from that file will be listed here. - **Exec. JS** / **Exec. Model Behaviours**: reflects the status of the corrsponding `attached_objects.cfg` file parameters (`always_execute_associate_js`, `always_execute_model_behavior`). - **Offset**: This is the offset position for the SimAttachment, relative to the [Datum Reference Point](../../../../../content-configuration/modular-simobjects/aircraft/aircraft/#daturm-reference-point) #### Livery Info {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_4_livery.png" alt="The Livery Tab" >}} ***COMING SOON!*** #### Instance {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_5_instance.png" alt="The Instance Tab" >}} This tab shows the following: - **LOD**: This is the current {{< glossterm >}}lod{{< /glossterm >}} being used for the sim attachment, along with the full path to the [attachment XML](../../../../../content-configuration/modular-simobjects/modular-simobject-xml-properties/) file in the {{< glossterm >}}vfs{{< /glossterm >}}. - **LOD Root Node**: This is the {{< glossterm >}}guid{{< /glossterm >}} of the node that the SimAttachment has been attached to. ### Livery Info {{< image-center src="images/2_DevMode/simobject_editor/debug/attachments/debug_attachment_6_liveryinfo.png" alt="The Livery Info Tab" >}} ***COMING SOON!***