RubyMine debugger prints a lot of stuff?

Here's a screenshot of my debugger window:

 

What's all of that stuff in there? `@_already_called`, `@commited_already_called`, etc. I don't need any of that and I just want to see output of the `resource` variable.

 Is there a way to hide all of this extra stuff?

0

Also, when I try to print specific fields from `resource`, such as ID, this is the autocomplete that I get:
 

Why is this autocomplete not suggesting `id` instead of `__id__`?

0

请先登录再写评论。