Run small 'script' on current objects while debugging? LINQPad?
I'm implementing some complex image processing routines in C# .NET using the EmguCV image processing library (OpenCV wrapper). I would love to be able to set a breakpoint then run some small C# scripts (for want of a better word) on the image objects in the current scope.
Is this possible using Visual Studio 2017? I'm guessing not. I just discovered LINQPad, I wonder if it is possible to connect it somehow? Anyone done this?
0 comments:
Post a Comment