What I’m trying to do:
Set breakpoints in server code which is called by the client.
What I’ve tried and what’s not working:
Only works when I set a breakpoint in client code first, and click “Resume”.
This breakpoint below gets ignored unless a breakpoint is also set on the client code (see above):
Clone link:
share a copy of your app