Is there a specification allowing copying complex variables from a frame to another ?
The only way I have found to copy a variable from local frame to global frame is to use a setExpression request, which works only for 'string-able' types.
See jupyterlab/jupyterlab#13476 for reference.
May it be interesting to add such a specification to the DAP ?