0

I’d like to emulate the behavior of assert() in IAR.  If the debugger is connected, then a breakpoint is automatically “generated” when an assert() fails, and you can inspect code and/or call stacks.  This probably requires setting up an exception, but I’m not sure how to proceed.

Open Source Tools Support 回答済