microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.56k stars 899 forks source link

New feature request: Script and stored proc debugging #690

Open doitlikepruett opened 6 years ago

doitlikepruett commented 6 years ago

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

kburtram commented 6 years ago

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).

TylerLeonhardt commented 5 years ago

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

tgchip commented 3 years ago

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

svanschuyver commented 2 years ago

I would really love to see this feature.

pvspain commented 2 years ago

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

lozn00 commented 6 months ago

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 commented 6 months ago

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