SDE + MSVC Debugging

SDE + MSVC Debugging

Ritratto di Mark H.

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

3 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Mark Charney (Intel)

Hi, sorry for the delayed response.  

In MSVS2012, go to Debug -> Options and Settings -> Intel(R) SDE Debugger and in the Internal Logging  Options field enter: "general,errors,warnings" (without the quotes). And post/send any pinadx-*.log files that are generated (presumably in the directory listted as the Log Directory). See attachment to this posting.

Allegati: 

AllegatoDimensione
Scarica sde-debug-options.png42.61 KB
Ritratto di Mark Charney (Intel)

Also check for any pin-*log.txt files in the working directory where SDE would have run. Possibly an assertion or exception was triggered and it would be logged there.

Accedere per lasciare un commento.