سؤال

Is there any posibility to load SOS extension in visual studio 2010/2012 (.Net framework 4) for x64 process?

هل كانت مفيدة؟

المحلول

If you install VS2012 and the WDK, you can attach to a 64 bit process via the User Mode Debugger transport protocol (option under the attach to process dialog). If you do that, you can load SOS from the new Debugger Immediate Window. This works for both 32 and 64 bit processes.

نصائح أخرى

It's not possible. For debugging 64 bit applications with SOS, you have to use windbg.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top