Miha Markic
My feedback
-
140 votes
Miha Markic supported this idea ·
-
2,638 votes
-
4,982 votes
Miha Markic supported this idea ·
-
758 votes
Hi Supporters of Data Breakpoints for C#!
I am currently looking into this suggestion to investigate what the possibilities for this could be. Please take this short survey (https://www.research.net/r/DataBreakpoints1) to help me know more specifically how C# Data Breakpoints will help you in your development process.
Looking forward to hearing from you,
Kaycee AndersonMiha Markic supported this idea ·
-
2,308 votes
Miha Markic commented
Perhaps a good option is to use C++ AMP stuff (http://msdn.microsoft.com/en-us/library/hh265137.aspx) in a separate library and create a managed wrapper around it that communicates the minimum possible data. BTW I've made C# framework for doing GPU a while back ago. It was like you were programming in C# using a custom C# library and the generated code would be compiled for the GPGPU during compilation time. It was working but later hadn't have time to push it forward.
I'd like to see a more generic solution, like AOP that would let you change sources during compilation and easy implementation of aspects. Fody is great but it is at IL level and requires post processing which makes aspects harder to write and slower build cycles.