How does FORCEINLINE_DEBUGGABLE work?

I used to think that inlined code is not debugable (this is why I asked the question), however it seems modern debuggers can still show some inlined code if debug symbols are enabled.

I think I can close this question.