Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 Discussions

Debugger diplaying variables in hexadecimal

Stephen_Painchaud
578 Views
I have a problem with a certain solution or projectcausing VS2005 and VS2008 to crash while debugging Fortran. I have learned to work around the crash, but the VS2008 debugger is now displaying variables in hexadecimal, which I dont find to be very useful. I have checked in options for a switch back to decimal, but have found nothing. Does anyone know where this switch is. I am using IF 11.1.046 (IA-32).
0 Kudos
1 Solution
jimdempseyatthecove
Honored Contributor III
578 Views

You can add a toolbar button to toggle format
or
hover the mouse pointer over the hex number and right-click (left click if using left handed mouse) then you will get a pop-up in which you can change the view format to decimal (or hex, ...).

Jim Dempsey

View solution in original post

0 Kudos
2 Replies
jimdempseyatthecove
Honored Contributor III
579 Views

You can add a toolbar button to toggle format
or
hover the mouse pointer over the hex number and right-click (left click if using left handed mouse) then you will get a pop-up in which you can change the view format to decimal (or hex, ...).

Jim Dempsey
0 Kudos
Stephen_Painchaud
578 Views

You can add a toolbar button to toggle format
or
hover the mouse pointer over the hex number and right-click (left click if using left handed mouse) then you will get a pop-up in which you can change the view format to decimal (or hex, ...).

Jim Dempsey

Thanks, that solved the problem.
0 Kudos
Reply