martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Inspecting variables in context opens window-ish? #183

Closed Jarvvski closed 6 years ago

Jarvvski commented 6 years ago

I don't think this is a bug, but unsure where to ask.

When I try to 'unfurl' an array variable in the context, it opens it beneath in some kind of text box:

screen shot 2018-04-03 at 15 21 45

Any ideas? I'm sure it used to open inside the context window in the past

martomo commented 6 years ago

When you click on the variable in the Context view, it will show the variable (and it's children) in the output panel. What you are referring to, is the Fold/Unfold functionality, when you click on the arrow in the gutter, to the left of the variable (with children) in the Context view, it will expand the variable showing it's children.

Jarvvski commented 6 years ago

Ah, thanks @martomo

Is there a setting to enable auto-unfolding?

martomo commented 6 years ago

@Jarvvski There is currently no option available to print content unfolded in the Context view, as the intended usage is to show selected variable (and it's children) in the output panel with the simple click. Alternatively you can unfold all the content in Context view with a single operation through Sublime text menu (Edit > Code Folding > Unfold All) or using it's corresponding shortcut as shown in the menu.

Jarvvski commented 6 years ago

sorry for not getting back to you @martomo. All good on my end now