Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Bug report: Intel Compiler Integration for VS 2012 is incompatible with Windows Phone 8 debugging

Lars_B_1
Beginner
381 Views

Steps to reproduce:

1.) Install VS 2012 on Windows 8.1 Pro 64 Bit.
2.) Install the latest Intel Compilers with VS 2012 integration.
3.) Install the Windows Phone 8 SDK.
4.) Create some simple Windows Phone app.
5.) Set a breakpoint somewhere
6.) Debug the app.
7.) Hit the breakpoint.

Expected results:
You should be able to view expressions and variables.

Actual results:
The "locals" window is empty. When you add any expression to watch you only get error 0x8ede0018.

Workaround:
Uninstall the Intel Compiler integration and the problem is gone. (Unfortunately, the Intel Compiler integration is gone, too.)

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
381 Views
>>Actual results: >>The "locals" window is empty. When you add any expression to watch you only get error 0x8ede0018. >> >>Workaround: >>Uninstall the Intel Compiler integration and the problem is gone. (Unfortunately, the Intel Compiler integration is gone, too.) I wonder if the problem is gone when you switch to 'Use Microsoft C++ compiler'? Could you verify it?
0 Kudos
Reply