I have for mission to enable Transact SQL from a remote computer. My database is on a server and i'm trying to use the debug from a computer on the same network. My firewalls are all open on both side. Both of my machines are in a domain, i'm trying to use the debugger with a user registered in the security connection and who gets the sysadmin rights. Everything looks OK, i can open the debugger but the buttons to step into the object are greyed.
When I try to debug on the machine itself it works without problem, but remotely I can't use F10 F11 etc .. You can see the pictures attached, where you can see the differences between local debugger screen and remote debugger screen:
- When it works on local: https://gyazo.com/5a900c7f961f9f43af16be20843162d3
- Doesnt work remotely: https://gyazo.com/7bd375164ca0ccf84dcb2fd8349fda04
- User configuration: https://gyazo.com/81a9ff4cd00adedb07791595ec8984ce
Does anybody have an idea of what's going on ? Let me know if you need any information.