Ahh, you may be disappointed then. You can't debug nRF chips while bluetooth is enabled, because that enables a hardware watchdog which reboots the chip the second you hit the breakpoint.
There may be some solutions to that, but it'll definitely make your life a bit harder :)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ahh, you may be disappointed then. You can't debug nRF chips while bluetooth is enabled, because that enables a hardware watchdog which reboots the chip the second you hit the breakpoint.
There may be some solutions to that, but it'll definitely make your life a bit harder :)