hack(FreeRTOS): Do not call WFE when a debugger is active
Downsides:
- Probably has a negative impact on performance when a debugger is attached (latency)
- Makes catching issues with WFE harder, as it is off by default while developing using GDB
Upsides:
- Creates less confusion when debugging