Hi,
I'm attempting to debug an application via Visual Studio, I've followed the instructions listed here: http://software.intel.com/en-us/articles/intel-software-development-emul...
System:
- Windows 7
- Visual Studio 2012 (Update 1) - w/ the SDE Extension (5.38)
I've setup the SDE path and have an empty project and selected the SDE Debugger, the Application Command and Working Directory are correct. It appears that the debugger never connects properly, I will see the SDE command window popup (with nothing printed). Visual Studio will eventually show a dialog:
"Not able to connect with the debugger after 20 seconds. Try increasing the '20 Timeout' property. This could also indicate that the Pin tool crashed in its main() function."
Even bumping the timeout to 60 seconds doesn't seem to work.
Running the sde executable on the application outside of the debugger seems to work correctly (the application looks for the CPUID AVX2 flag).
Thanks


