Debugging a Particle Argon using Platform.io

I know that Particle is doing their own IDE called workbench. I’m curious however, if I can use Platform.io’s debugger to debug code using their new mesh debugger hardware what ties into their mesh boards using SWD.

My question is this if I have an elf file from the result of the compilation using particle workbench.
I have openocd properly configured using their board config file.
Could I then use platformio debugger to attach to that openocd target and with the corresponding elf file do all my debugging in platoforms ide?

PlatformIO currently does not support Particle platform. See related issue

Please vote for it above.

+1 Absolutely would love Platformio support for the Particle devices.