// MAYA
{
"name": "Maya with port 3000",
"type": "debugpy",
"request": "attach",
"connect": {
"host": "localhost",
"port": 3000,
},
"pathMappings": [
{
"localRoot": "Y:/irenec/pipeline/src",
"remoteRoot": "Y:/irenec/pipeline/src"
},
],
"justMyCode": false,
// "logToFile": true
},
Type: Bug
Behaviour
Attempting to copy the value of a "watched" expression does nothing.
Steps to reproduce:
The debug session itself behaves exactly as expected and has no issues.
Diagnostic data
launch.jsonconfigurationOutput for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)Output for
Python Debuggerin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython Debugger)Extension version: 2025.10.0
VS Code version: Code 1.103.2 (6f17636121051a53c88d3e605c491d22af2ba755, 2025-08-20T16:45:34.255Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Details
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments