azuredatastudio icon indicating copy to clipboard operation
azuredatastudio copied to clipboard

New feature request: Script and stored proc debugging

Open doitlikepruett opened this issue 7 years ago • 7 comments

It would super great if there was a built in debugger like SSMS has.

doitlikepruett avatar Feb 14 '18 18:02 doitlikepruett

Currently the SQL Server debugging protocol is built on DCOM and Windows RPC, so we don't have a cross-platform stack available. I'll add this to the backlog, perhaps this is something we could look at as a Windows-only feature based on customer demand. Building a new debugging protocol can't be done at the tools level and would require significant engine work (but it has been discussed internally).

kburtram avatar Mar 06 '18 22:03 kburtram

👍 would also like Azure Data Studio to support debugging so the PowerShell extension's debugger can be used!

TylerLeonhardt avatar Feb 26 '19 18:02 TylerLeonhardt

Would an Azure Data Studio debugger capable of debugging Postgres stored procedures be considered at some point?

tgchip avatar Sep 19 '21 00:09 tgchip

I would really love to see this feature.

svanschuyver avatar Apr 12 '22 15:04 svanschuyver

Yes! Yes! Please add a debugger. This would be a massive timesaver

pvspain avatar Jul 10 '22 22:07 pvspain

SQL Server DCOM Windows RPC remote debugging is basically unavailable. Is there any way to solve the problem of remote debugging not being available.

lozn00 avatar Apr 13 '24 03:04 lozn00

Or is there a way to take a different approach, debug, break down stored procedures or SQL into individual statements, and build your own debugger to achieve remote code debugging

lozn00 avatar Apr 13 '24 03:04 lozn00