Problem debugging

Hello

I have been using platformIO for the last year or so, using mbeddev framework and a wizwiki_w7500 board. I have also been able to run with the debugger fine.

Since the last core update, I can’t seem to be able to run the debugger anymore. I get the following message:

undefinedTraceback (most recent call last):
File “pyocd-gdbserver.py”, line 24, in
from pyOCD.tools.gdb_server import main
File “site-packages\pyOCD_init_.py”, line 18, in
import board
ModuleNotFoundError: No module named ‘board’
Reading symbols from d:\PlatformIO\Riple - Firmware.pio\build\debug\firmware.elf…
done.
PlatformIO Unified Debugger → Redirecting...
PlatformIO: debug_tool = cmsis-dap
PlatformIO: Initializing remote target…
.pioinit:13: Error in sourced command file:
:3333: No connection could be made because the target machine actively refused it.

platformio.ini is:

[env:debug]
platform = wiznet7500
board = wizwiki_w7500

framework = mbeddev

Hope you can help!

Thanks