Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Debugger - Visualising Intel Quadruple precision (_Quad)

I'm using Intel C++ Compiler from within Visual Studio 2008. I was experimenting with the Intel quadruple precision type (_Quad). Everything seems to be working fine, except for the debugging. Visual Studio visualiser is unable to peek into _Quad values.

What's worse, the visualiser is unable to provide the type information about the _Quad value, giving enigmatic three question marks: ??? (as on the attached screenshot)

Debugger Visualiser

The value is 0 while it should be something else.

Would appreciate some hints on how to attack this puzzle. To work with autoexp.dat I need the VS to pickup the type, don't I?

like image 760
Anonymous Avatar asked Jan 02 '26 07:01

Anonymous


1 Answers

_Quad is a keyword for Intel C++ compiler, which means it's type info is proprietary and not understandable by Microsoft tools. To display it in VisualStudio Debugger/IDE, you'll need VisualStudio extensions that can interpret this type for the debugger/IDE. You might want just contact Intel and see if they have any extensions for you to use in VisualStudio.

like image 164
Peon the Great Avatar answered Jan 03 '26 21:01

Peon the Great



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!