Visual Studio Debugger - Intel Quadruple precision visualization (_Quad)

I use the Intel C ++ compiler from Visual Studio 2008. I experimented with four Intel precision points ( _Quad). Everything seems to be working fine except for debugging. The Visual Studio visualizer cannot look at the values _Quad.

Even worse, the visualizer cannot provide type information about the value _Quadby asking mysterious three question marks: ???(as in the attached screenshot)

Debugger visualiser

Meaning 0, while it should be something else.

It would take some hints on how to attack this puzzle. To work with autoexp.datme, I need VS to select a type, right?

+3
1

_Quad - Intel ++, , Microsoft. VisualStudio Debugger/IDE, VisualStudio, / IDE. Intel , VisualStudio.

+2

Source: https://habr.com/ru/post/1770797/


All Articles