Sampler stalls execution when invoked from VSCode's debug console.
I'm on a windows laptop but this is run in a remote linux machine via ssh.
Windows VSCode version 1.105.1
Pertinent software versions etc.:
To get the debugger to stall, run this in debugger
from dwave.system import DWaveSampler
qpu = DWaveSampler(solver="Advantage2_system1.7")
# Do NOT run this next step by stepping the debugger.
# INSTEAD, copy and paste this into the "debug console" to run manually.
qpu.sample_ising({32:0}, {})