Can Visual Studio 2015 Community Edition perform SQL debugging from unit tests? -
environment:
- visual studio 2015 community edition (final release version) under windows 8.1 64-bit.
- i'm using sql server data tools develop t-sql stored procedures , deploy them sql server 2014 localdb.
- i have project c# unit tests, calling these stored procedures through ado.net. "enable sql server debugging" turned-on under project's properties / debug.
in earlier versions of vs, put breakpoint in t-sql code, start debugging c# unit test , hit t-sql breakpoint when gets called via ado.net.
vs2015 community doesn't - no error, silently ignores t-sql breakpoint , continues stepping through c# code.
does know: specific limitation of community edition, available in "higher" editions? or oversight may fixed in future? references documentation or developer blogs (or similar) appreciated - seem unable find any...
yes, have working in visual studio 2015 community (though i'm calling sql via web project, not unit test project).
the answers here may helpful: how can step sql server stored proc c# code?
Comments
Post a Comment