.h_set seem not stop when code is running

Settings document explain .h_set handle will be called when the value is loaded from persisted storage with settings_load().And I want to know how it work.

I put a breakpoint in  alpha_handle_set() that in settings sample.Then debug this sample.

But the project run finished immediately without stop at the breakpoint.

How the handle be called?

Related