-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
when debugging this code I can't get the images to display
The extension doesn't recognize the images in my code and when manually adding an expression nothing is displayed and the extension says Not ready for the specific expression
I've ran the following code
import numpy as np
# gradient image
N = 100
img = np.arange(N*N).reshape(N,N).astype(np.float32)
print("done") # put a breakpoint here and try to view `img
These are the logs I'm getting
"[Debug]" "Breakpoint hit"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
"[Debug]" "Running setup... tries left:" 4
"[Debug]" "Run module setup code"
"[Debug]" "Run viewables setup code"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
"[Debug]" "Running setup... tries left:" 3
"[Debug]" "Run module setup code"
"[Debug]" "Run viewables setup code"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
"[Debug]" "Running setup... tries left:" 2
"[Debug]" "Run module setup code"
"[Debug]" "Run viewables setup code"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
"[Debug]" "Running setup... tries left:" 1
"[Debug]" "Run module setup code"
"[Debug]" "Run viewables setup code"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
"[Debug]" "Running setup... tries left:" 0
"[Debug]" "Run module setup code"
"[Debug]" "Run viewables setup code"
"[Debug]" "Check setup is okay or not"
"[Debug]" "Setup check failed" "'''"
System info:
debugging on remote ssh
Ubuntu 22.04 on both laptop and remote machine
VSCode: 1.95.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels