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

Viewing long strings while debugging in CVF

intelgg
Beginner
594 Views
I often encounter the following situation while
debugging in CVF. I have a long character string
variable (say a character(500) variable) that
contains a short string (say with 10 characters).
When I highlight the string to view its content,
I can only see the trailing space characters.
Is there a way to tell CVF to not show trailing spaces?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
594 Views
In the QuickWatch window, type in variablename(1:10).

Steve
0 Kudos
Jugoslav_Dujic
Valued Contributor II
594 Views
Memory window, although less than perfect, can do the job as well.
0 Kudos
Reply