SublimeTextXdebug
SublimeTextXdebug copied to clipboard
Execute PHP or view Xdebug context variables
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??