RubyMine 2021.1 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 macOS

Use this tab to configure ObjectiveC debug options.

ItemDescription
Enable value renderersIf this checkbox is selected, you can specify the renderers to be used for dispaying different objects in the debugger:
  • Cocoa renderers: select this checkbox to use Cocoa renderers for ObjectiveC objects.

  • Core Data renderers: this checkbox is only available for Cocoa renderers. When selected, the Core Data objects are rendered.

  • STL renderers: select this checkbox to render the standard STL object (such as collections).

Hide out-of-scope variablesIf this checkbox is selected, the Debug tool window hides variables that are not initialized or are out of the current scope.
Last modified: 08 March 2021