﻿CustomDataViews are datatype specific display instructions for the MacOSX Xcode
debugger. The format defines how a given datatype should be shown in the debugger.

It helps debugging your application if you define custom data views for your own
datatypes.

The CustomDataViews.plist file is a place to collect format instructions for the
Subcommander specific datatypes.

Installation:

If you already use custom data views copy the definitions from CustomDataViews.plist
to your own CustomDataViews.plist file.

Otherwise simply copy the CustomDataViews.plist file to

~/Library/Application Support/Apple/Developer Tools/CustomDataViews/CustomDataViews.plist

in you home directory.
