How does one step through code SQL CLR through VS 2012?
I'm trying to read my code line by line and see hoe my calculations work but when I put a break point in my application and try to step through I can't it just ignores it.
I have already tried many solutions given on the net by MSDN and Stack Overflow: 1 2 3 4 And a whole lot more but I can't seem to solve my problem.