vendredi 30 octobre 2015

Debugging a Stored Procedure from Test Script

I have a project - VS2015 #C - that uses Entiity Framework 6.

I also have a Test Project. My Test Script calls upon my Entity Framework which is mapped to a Stored Procedure I created using Studio Management Studio for SQL Server 2014.

Is it possible to step into my stored procedure from this Test Script Method?

I have installed SQL Server Database Tooling and I have set a break-point on the C# code that calls this Stored Procedure and I have checked 'Enabled SQL Server debugging in both the Test and Code Projects.

Everything is installed on my local server so no remote issues.

This is new to me :)

Aucun commentaire:

Enregistrer un commentaire