<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cannot view character(*) arrays in debugger in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-view-character-arrays-in-debugger/m-p/890776#M78200</link>
    <description>It appears the debugger does not display arrays of strings of assumed length (len=*).&lt;BR /&gt;Eg, in the example below when I try to see the content of sv I get: "invalid debug info".&lt;BR /&gt;The problem goes away if I declare "sv" as character(10).&lt;BR /&gt;hope this can be fixed.&lt;BR /&gt;thanks~dmitri&lt;BR /&gt;&lt;BR /&gt;!***************************&lt;BR /&gt;module m&lt;BR /&gt;implicit none&lt;BR /&gt;contains&lt;BR /&gt;!---&lt;BR /&gt;subroutine test(sv)&lt;BR /&gt;character(*),intent(in)::sv(:)&lt;BR /&gt;integer::i&lt;BR /&gt;do i=1,size(sv)&lt;BR /&gt; write(*,*)"'"//sv(i)//"'"&lt;BR /&gt;enddo&lt;BR /&gt;endsubroutine test&lt;BR /&gt;!---&lt;BR /&gt;endmodule m&lt;BR /&gt;!*****************************&lt;BR /&gt;subroutine sample_subroutine()&lt;BR /&gt;use m,only:test&lt;BR /&gt;implicit none&lt;BR /&gt;integer,parameter::n=2&lt;BR /&gt;character(10)::str(n)&lt;BR /&gt;str=(/"v1","v2"/)&lt;BR /&gt;call test(str)&lt;BR /&gt;endsubroutine sample_subroutine&lt;BR /&gt;!******************************</description>
    <pubDate>Sat, 17 Nov 2007 04:37:29 GMT</pubDate>
    <dc:creator>forall</dc:creator>
    <dc:date>2007-11-17T04:37:29Z</dc:date>
    <item>
      <title>cannot view character(*) arrays in debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-view-character-arrays-in-debugger/m-p/890776#M78200</link>
      <description>It appears the debugger does not display arrays of strings of assumed length (len=*).&lt;BR /&gt;Eg, in the example below when I try to see the content of sv I get: "invalid debug info".&lt;BR /&gt;The problem goes away if I declare "sv" as character(10).&lt;BR /&gt;hope this can be fixed.&lt;BR /&gt;thanks~dmitri&lt;BR /&gt;&lt;BR /&gt;!***************************&lt;BR /&gt;module m&lt;BR /&gt;implicit none&lt;BR /&gt;contains&lt;BR /&gt;!---&lt;BR /&gt;subroutine test(sv)&lt;BR /&gt;character(*),intent(in)::sv(:)&lt;BR /&gt;integer::i&lt;BR /&gt;do i=1,size(sv)&lt;BR /&gt; write(*,*)"'"//sv(i)//"'"&lt;BR /&gt;enddo&lt;BR /&gt;endsubroutine test&lt;BR /&gt;!---&lt;BR /&gt;endmodule m&lt;BR /&gt;!*****************************&lt;BR /&gt;subroutine sample_subroutine()&lt;BR /&gt;use m,only:test&lt;BR /&gt;implicit none&lt;BR /&gt;integer,parameter::n=2&lt;BR /&gt;character(10)::str(n)&lt;BR /&gt;str=(/"v1","v2"/)&lt;BR /&gt;call test(str)&lt;BR /&gt;endsubroutine sample_subroutine&lt;BR /&gt;!******************************</description>
      <pubDate>Sat, 17 Nov 2007 04:37:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-view-character-arrays-in-debugger/m-p/890776#M78200</guid>
      <dc:creator>forall</dc:creator>
      <dc:date>2007-11-17T04:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: cannot view character(*) arrays in debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-view-character-arrays-in-debugger/m-p/890777#M78201</link>
      <description>Please report it to Intel Premier Support.&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Nov 2007 06:07:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/cannot-view-character-arrays-in-debugger/m-p/890777#M78201</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-11-17T06:07:19Z</dc:date>
    </item>
  </channel>
</rss>

