I am working on a project on EK-RA6M5 and I'm having an issue with breakpoints. Basically, I was able to place breakpoints on my http callback function and check variables and everything, but after my code grew a little bit longer, whenever I set a breakpoint, it's redirected or relocated to nxd_snmp.c. Why is that? This is affecting my capacity of debugging the code. I have googled and looked for a solution but I came up with nothing ... Does anyone know how to fix this?
Hello, can you please let us know the FSP and E2Studio version ?
In addition, which debug optimization level you are using ?
BR,
PM_Renesas
FSP version: 5.4.0E2Studio Version: 2024-07 (24.7.0)Debug optimization level: -Og (Optimize for debug). I have also tried with -O0, same issue.