RubyMine 2023.3 Help

Objective-C

Use this tab to configure ObjectiveC debug options.

Item

Description

Enable value renderers

If 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 variables

If this checkbox is selected, the Debug tool window hides variables that are not initialized or are out of the current scope.

Last modified: 11 January 2023