Using the T-SQL debugger against something else than your local instance, requires quite a bit of red tape. Personally, it is soon twenty years I stopped using the debugger. I spent more time to get it working than I won in productivity.
And since the debugger mainly works with variables, and the most interesting action goes on in tables, it is of limited use anyway.
I used PRINT, SELECT and occasionally sp_sqltrace.