martomo / SublimeTextXdebug

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

Execute PHP or view Xdebug context variables #152

Open sodacrackers opened 8 years ago

sodacrackers commented 8 years ago

I need more detail about a variable shown in "Xdebug Context." Is there a way to execute PHP in the active debugger session? Or someway to print or extract variables?? Eg, perhaps View > Show Console then print json_encode($_SESSION['some_array']['some_member']);

Anyway to manipulate variables here??