Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Qt Creator IDE debugging Fortran Static Library

Qt Creator IDE debugging Fortran Static Library

Scheduled Pinned Locked Moved Solved 3rd Party Software
2 Posts 2 Posters 559 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fem_dev
    wrote on last edited by
    #1

    Hi, I wrote a single file Fortran Static Library (*.lib) in DEBUG mode using Microsoft Visual Studio + Intel Visual Fortran Compiler 2019 and I'm calling this library inside my Qt C++ application.
    All works ok!

    Using Qt Creator IDE I can put a break point in the calling library line and press F11 to step into the Fortran source code. So Qt Creator IDE opens the Fortran source code and I can press F10 to go line by line inside of it. This also works great.

    My problem is that: The Qt Creator IDE debugger cannot show to me the current Fortran variables values like it does em C++. It only shows the "plain-text" Fortran source code.

    I would like to see these values changing in execution time and debug this library like I debug my C++ code.

    Is it possible?

    Thank you,

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fem_dev
      wrote on last edited by
      #2

      Sorry, Qt Creator IDE debugger CAN show the current Fortran variables values...

      I was trying to see a string parameter, but I forgot that is variable type is a pointer to a C string array...

      All working...all ok...

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved