Hello, I'm Matthew. I'm using SEGGER ES v3.34 with Nordic's PCA10040 board. This board has an onboard J-Link.
[img]https://i-msdn.sec.s-msft.com/dynimg/IC802406.jpeg[/img]
As shown from the above picture, the Visual Studio can configure breakpoints with various conditions.
IAR EWARM can also configure conditional breakpoints, too.
I wanted to configure something similar with SES.
1. Is it possible to configure hit counts or special conditions with SES's breakpoints? I cannot find the way how.
2. Is it possible to configure data breakpoints with SES? For instance,
I want to toggle a breakpoint if m_global[10] == 0xAA
Can I configure this type of breakpoint with SES?
3. Lastly, can SES print a log message when it meets the breakpoint's condition?
IAR supports log breakpoints. So I was curious whether I can print logs while debugging.
-Regards, Matthew
[img]https://i-msdn.sec.s-msft.com/dynimg/IC802406.jpeg[/img]
As shown from the above picture, the Visual Studio can configure breakpoints with various conditions.
IAR EWARM can also configure conditional breakpoints, too.
I wanted to configure something similar with SES.
1. Is it possible to configure hit counts or special conditions with SES's breakpoints? I cannot find the way how.
2. Is it possible to configure data breakpoints with SES? For instance,
I want to toggle a breakpoint if m_global[10] == 0xAA
Can I configure this type of breakpoint with SES?
3. Lastly, can SES print a log message when it meets the breakpoint's condition?
IAR supports log breakpoints. So I was curious whether I can print logs while debugging.
-Regards, Matthew
-Best Regards, Matthew