问题
Is it possible to write a Debugger Visualizer for Visual Studio 2010 to display data of 64-bit .NET programs?
I already write them for 32-bit programming, but I can't manage to use or compile them for use with 64-bit applications. Any suggestions?
回答1:
I've just gone through the same issue. I use Visual Studio 2013 and our project at work is 64 bit. I built a 64 bit version of my custom visualizer and placed it into the Visual Studio installation folder as per MSDN walk-through.
I think because Visual Studio is a 32 bit process, it cannot load the 64-bit targeted assembly. As a result you see the JIT exception in the dialog box.
It'll come a day that they'll simply have to release a 64-bit build - I hope! :)
来源:https://stackoverflow.com/questions/28110880/is-it-possible-to-write-a-debugger-visualizer-for-visual-studio-2010-to-display