How to setup J-link IDE interface for Nano 33 BLE

Hi there,

I got a crash issue when porting some code to my Arduino Nano 33 BLE project, I think I need some on-line debug approach to find the problem, sorry for I'm new for this hardware.

I have one J-Link EDU Mini here, could someone tell me what programme IDE I should use and how to setup it?
Thanks a lot.

Here's and approach I've taken to build up a debugging environment for the Nano 33 boards (I've done this with both IoT and BLE Sense).

While it's possible to simply use the gdb interface I use Visual Studio Code along with the Cortex M Debugger extension. These VS Code settings generally get the job done for me: NanoBLESensors/BLEPeripheral/.vscode at master · tjpetz/NanoBLESensors · GitHub

Good Luck