RubyMine 2016.2 Help

Objective C

File | Settings | Build, Execution, Deployment | Debugger | Data Views | ObjectiveC for Windows and Linux
RubyMine | Preferences | Build, Execution, Deployment | Debugger | Data Views | ObjectiveC for OS X


Use this tab to configure ObjectiveC debug options to be used while debugging RubyMotion applications.

ItemDescription
Enable value renderersIf this check box is selected, you can specify the renderers to be used for dispaying different objects in the debugger:
  • Cocoa renderers: select this check box to use Cocoa renderers for ObjectiveC objects.
  • Core Data renderers: this check box is only available for Cocoa renderers. When selected, the Core Data objects are rendered.
  • STL renderers: select this check box to to render the standard STL object (such as collections).
Hide out-of-scope variablesIf this check box is selected, the Debug tool window hides variables that are not initialized or are out of the current scope.

See Also

Procedures:

Last modified: 30 November 2016