Feature Request: debug and unit test support with local variables

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
GOD
Posts: 1
Joined: Wed 30 Jan 2013 17:39

Feature Request: debug and unit test support with local variables

Post by GOD » Wed 30 Jan 2013 18:32

Within SQL Server Management Studio 2012, while debugging and stepping through a stored procedure source code many levels deep, one has access to the local variables pane. That pane shows variable name, value, and then type. That pane is so close to being helpful, yet it falls short by having the value and type in the wrong order.

It would be great to be able to copy the whole local panel and paste that as source to an editor as DECLARE @<variable name> <type>=<value> for each of the local variables.

That would greatly facilitate recreation of the cases that one is trying to debug without having to dig through many calls deep.

Call it capture the locals! :)

alexa

Re: Feature Request: debug and unit test support with local variables

Post by alexa » Thu 31 Jan 2013 09:41

We added this suggestion on our UserVoice forum to find out how it's important for other users: http://devart.uservoice.com/forums/1770 ... -variables

We do this in order to make a proper roadmap for next product releases.
You will receive a confirmation e-mail to activate your UserVoice account.
Here you will be able to change the number of votes for this suggestion.
Also you will be able to vote for other suggestions or add new ones.
We notify you that your e-mail address will not be visible on the forum.

Post Reply