I am trying to attach VS2010 debugger to Linqpad so that when I use classes from my c# project I can add breakpoints and have Linqpad execution halt.
But this does not work, Linqpad happily executes and finishes without hitting my breakpoints.
Now, I read a bit on Linqpad and it executes every "query" in its own process, does this in any way fool VS2010 so that the process I attach to is not the one executing my objects?
And if that is the case, is there a way around this so that I can get debugging with Linqpad to work?