Kindari / SublimeXdebug

Xdebug Interface for Sublime Text 2
Other
366 stars 66 forks source link

i accidently closed the xdebug stack window via x button and now it never comes back #43

Open hasokeric opened 12 years ago

hasokeric commented 12 years ago

how to return it back? i tried everything, restarting sublime, shortcut keys, reinstalling plugin.... ALT SHIFT 1 etc..

mirkonz commented 12 years ago

Same here

luqmaan commented 11 years ago

Same

rwohleb commented 11 years ago

Switch to the Xdebug layout. In your console, run the following commands: Xdebug.add_debug_info('context', '') Xdebug.add_debug_info('stack', '')

This should force them open again.