How to debug Lyra using VS2022?

I have Visual Studio installed. Downloaded Lyra

,
generated .sln file.
Opened the solution and pressed F5

The Editor is launching
,
I see this window:
,
pressed Browse… button and opened LyraStarterGame.uproject:

Right after I select the project, VS gets detached:

The editor is open now:

I attach the debugger to the process:

The question is: how can I hit the breakpoint here, for example?

What should I do to be able to debug /investigate the code?

Thank you in advance.