After having solved various problems b4 getting a debugging session to work (see my other two posts), the debugger is now running, however not satisfactory.
In this moment the debugger, when having set a watch for the variable 'f_size', the debugger states the following error:
f_size <- var-create: unable to create variable object (from var-create watch_(long ID number) at @ "f_size")
See: screenshot error
Note that the sketch on the Device under test (DUT), a Raspberry Pi Pico W, was compiled with the IDE v.2.0.3 > Tools > Flash Size set for: '2 MB (Sketch: 1MB, FS: 1MB)'.
The debugger runs via a Raspberry Pi Pico H flashed as Picoprobe, using the latest Picoprobe fw version.
Question: how can I resolve this watch error?