Debug cannot go to the breakpoint for the hello world sample app

Hi,

I am new to NCS and visual studio. I created an app based on the hello world sample app. And set the break point to the line of the printk in main.c. However, when I run the debugger, it cannot go to that line. Instead, it seems to loop on some line of the file cpu_idle.S. I am using NCS 1.7.0. Could you help?

Related