Hello.
Please teach me how to turn on DEBUG flag on Segger Embeddid Studio.
Environment:
SDK 15.2.0 and
SEGGER Embedded Studio Release 4.10a Build 2018110203.37618 Linux x64
In the
says:
> and define DEBUG for your project (if you use SES, just select Debug build instead of Release).
But It seems not turn on in Debug build.
Ex:
1. I open project from examples/ble_peripheral/ble_app_uart .
2. I select menu on SES as "Build" > "Build and Debug".
3. But DEBUG define is turned off in app_error_weak.c (see attachment image).
Any help?