[Debugger] Execution doesn't step into server calls

A breakpoint on this server function works as expected:
image

A breakpoint on this client function followed by a step over works as expected:
image

But the same breakpoint on the client followed by a step into (rather than a step over), restarts the execution (just like clicking on resume), rather than stepping into server code or over to the next client code line.

Can you share a clone where this happens? This works for me (as you can see in the demo GIF :slight_smile: )

(A thought: Is this a call to Server Modules or to an Uplink function?)

I have sent an email with the clone link to the support (the app has a bunch of dependencies, and there may be something confidential).