You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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??
The text was updated successfully, but these errors were encountered:
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
thenprint json_encode($_SESSION['some_array']['some_member']);
Anyway to manipulate variables here??
The text was updated successfully, but these errors were encountered: