Debugging TRPC issues?
Am I the only one having trouble debugging trpc code?
I am talking specifically about endpoints. I can't seem to mouse over variables / objects and it's quite difficult to debug. I am running the debugger with these options:
In this picture, my mouse is over the _apps return statement, and as you can see, nothing is showing. Also, in the Variables > Local window (object explorer), you can see that _apps is not showing.
I am talking specifically about endpoints. I can't seem to mouse over variables / objects and it's quite difficult to debug. I am running the debugger with these options:
In this picture, my mouse is over the _apps return statement, and as you can see, nothing is showing. Also, in the Variables > Local window (object explorer), you can see that _apps is not showing.

