Often my apps have uplink code, server code (and of course client code). Maybe scheduled and background tasks. Then I have a dev and prod version. And three PCs where I develop on.
I might move code from the uplink to the sever or vice versa.
So what happens more often than I like is that I’m not 100% sure which code handles a specific anvil.server.call.
Sometimes I’m puzzled that a code change doesn’t do anything. Turns out there is some orphan process (from a debug session), maybe on my other dev system, that is still serving the uplink.
It would be convenient to have a way to find out where a called function is served from. Any ideas to find this out?