Is it possible to write a Debugger Visualizer for Visual Studio 2010 to display 64-bit .NET programs?

☆樱花仙子☆ 提交于 2019-12-10 11:14:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!