Editing arrays in variables window
Am I just crazy, or is there no way to edit an array in the variables window during debugging? It won't let me press f2 to change it to a scalar or null or whatnot.
Was also gonna ask about the fact that you cant rename/add/delete keys in an array from the variable window, but then I found the bug request https://youtrack.jetbrains.com/issue/WI-25424
Please sign in to leave a comment.
Should be possible.
Could you right click the value and send a screenshot of resulting context menu?
Upper left: root $TicketList array variable with inability to edit
Upper right: $TicketList[0] array variable also unable to edit
Lower left: $TicketList[0]['Ticket'] which CAN be edited because it is a scalar
Lower right: Inability to edit values of scalars in watch window. When "edit" is clicked, it allows you to change the watch expression.