RubyMine 5.4.0 Web Help

5.0+

File | Settings | IDE Settings | Debugger | Objective-C

settings

RubyMine | Preferences | IDE Settings | Debugger | Objective-C

settings

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

ItemDescription
DebuggerIn this section, select the type of the debugger backend. The possible options are:
  • GDB
  • LLBD
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).
Show addressesIf this check box is selected, the Debug tool window displays addresses of the pointers.

See Also

Concepts:

Procedures:

Reference:

Web Resources: