When we use the J-Link runner in west flash, the zephyr\scripts\west_commands\runners\jlink.py python script, default add the
–nogui option in the J-Link command list.
I need to remove this command from jlink command list to get the pop-up window when multiple debugger are connected.
How to suppress the –nogui option in zephyr runner? Can zephyr provide this option?