nRF5340 simultaneously debugging on application and network cores

Hi-

I am trying to debug the network and application cores simultaneously using the beacon sample application configured for RPC HOST on the nrf5340DK board.  My configuration is as follows:

- Windows 10

- VSCode with nrf Connect and Cortex-Debug Extensions installed

I have tried opening two instances of VSCode. In the first instance, I flash the app and network cores and debug the app core.  I stop app execution at the top of main().  Here's an image of the first app debug session....

In the second instance, I make the rpc_host build active and attempt to Debug but get some sort of trap error and the debug session aborts....

What do I have to do in order to debug both cores at the same time using the beacon-rpc_host sample?

Thanks!

Kurt

Related